@media only screen and (min-width: 768px) {
  body {
    font-size: 35px;
    background-color: black;
  }
}

body {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  align-items: center;
  justify-content: center;  
  margin: 0;
  text-align: center;
}

p {
  text-align: center;
  color: white;
  font-family: "Reenie Beanie", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}

.container { 
  display: flex;
  gap: 10px;
  height: 100vh;
  max-width: 45ch;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
