body {
  font-family: 'Inter', Arial, sans-serif;
}

#root {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

p {
  margin: 0;
  padding-inline: 0.5em;
}

h1 {
  font-size: 5em;
  font-family: 'Inter', Arial, sans-serif;
  margin-top: 0.3em;
  color: #014760;
}

.center {
  text-align: center;
}

.description {
  font-size: 2.5em;
  font-family: 'Inter-Thin', Arial, sans-serif;
  color: #014760;
}

.buttons {
  margin-top: 5em;
}

@media (width <= 500px) {
  #logo {
    scale: 0.8;
  }
  h1 {
    font-size: 3.5em;
    margin-top: 0;
  }
  .description {
    font-size: 1.5em;
  }
  .buttons img {
    scale: 0.8;
  }
}
