@import url("https://fonts.googleapis.com/css2?family=Fustat:ital,wght@0,300..800;1,300..800&display=swap");
html {
  font-size: 62.5%;
}
html,
body {
  background-color: hsla(0, 0%, 28%, 1);
  color: hsla(240, 11%, 73%, 1);
  font-family: "Fustat", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: flex;
  align-content: center;
  justify-content: center;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  height: 100vh;
  width: 100vw;
  max-width: 475px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: center;
  justify-content: flex-start;
  overflow-y: auto;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}

body * {
  font-family: "Fustat", sans-serif;
  box-sizing: border-box;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 1rem;
  padding: 0 1rem;
}
h1 {
  font-size: 3.2rem;
}
h4 {
  color: hsla(309, 10%, 75%, 0.75);
  font-weight: 200;
  margin-top: 0;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: hsla(240, 55%, 65%, 1);
  font-weight: 400;
}
header h1 {
  text-align: left;
}
section {
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  align-content: center;
  justify-content: center;
  scrollbar-width: none;
}

section::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 600px) {
  .content {
    flex-direction: row;
    justify-content: space-around;
    max-width: 1280px;
    padding-top: 3rem;
  }
}
.content {
  display: flex;
  flex-direction: column;
}
