@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap");

* {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  font-size: 62.5%;
  font-family: "Nunito", sans-serif;
  color: #f5f5f5;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

footer {
  font-size: 1rem;
}

@media (max-width: 757px) {
   footer {
      font-size: 1.2rem;
   }
}
