* {
  box-sizing: border-box;
}

body {
  display: grid;
  min-height: 100vh;
  margin: 0;
  place-items: center;
  color: #121314;
  background: #fff;
  font-family:
    Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: calc(10px + 0.33vw);
  -webkit-font-smoothing: antialiased;
}

.page {
  position: relative;
  z-index: 0;
  width: min(680px, calc(100% - 20vw));
  padding: 10vh 0;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.43;
}

p {
  max-width: 28em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.43;
}

a {
  position: relative;
  color: #121314;
  text-decoration: none;
}

p:not(.icon-row) a {
  background-image: linear-gradient(#91d5ff, #91d5ff);
  background-repeat: no-repeat;
  background-position: 0 86%;
  background-size: 100% 38%;
  transition: background-size 0.2s cubic-bezier(0, 0.8, 0.13, 1);
}

p:not(.icon-row) a:hover {
  background-size: 100% 100%;
}

strong {
  font-weight: 700;
}

.icon-row {
  margin-bottom: 1em;
}

.footer {
  margin: 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01071em;
  line-height: 1.43;
  user-select: none;
  -webkit-font-smoothing: antialiased;
}

.MuiIconButton-root {
  flex: 0 0 auto;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px;
  border: 0;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
  cursor: pointer;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.01071em;
  line-height: 1.43;
  outline: 0;
  overflow: visible;
  text-decoration: none;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  user-select: none;
  vertical-align: middle;
}

.MuiIconButton-label {
  display: flex;
  align-items: inherit;
  justify-content: inherit;
  width: 100%;
  color: rgba(0, 0, 0, 0.54);
  box-sizing: inherit;
  cursor: pointer;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.01071em;
  line-height: 1.43;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
