body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: antiquewhite;
  width: 100vw;
  height: 100vh;
}

.main {
  text-align: center;
  margin-top: 30vh;
}

.title {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5em;
  color: cornflowerblue;
  margin: 0;
}

.message {
  font-family: "Montserrat Alternates", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5em;
  color: rgb(88, 88, 88);
  margin: 0;
}
