body {
  margin: 0 auto;
  width: 100%;
  height: auto;
  font-family: "Supermercado One", cursive;
  background-color: aliceblue;
  color: #333;
}
body .main_img {
  text-align: center;
  margin-top: 15vh;
}
body .main_img img {
  width: 200px;
}
body h1 {
  margin-top: 5vh;
  color: #ffa800;
  font-size: 32px;
}
body button {
  border: none;
  border-radius: 3px;
  background-color: #ffa800;
  color: #fff;
  width: 200px;
  height: 45px;
  font-size: 16px;
}
body .con1 {
  margin-top: 5vh;
}
body .con1 a {
  color: #fff;
  text-decoration: none;
}
body .con2 {
  margin-top: 2vh;
}
body .con2 a {
  color: #fff;
  text-decoration: none;
}
body .con3 {
  margin-top: 4vh;
}
body .con3 p {
  font-size: 12px;
  margin-bottom: 10px;
}
body .con3 a {
  color: #fff;
  text-decoration: none;
}
#loading{
  display: grid;
  place-items: center;
  background-color: aliceblue;
  color: #333;
  position: fixed;
  inset: 0;
  font-size: 1.5rem;
}
#loading.loaded{
  opacity: 0;
  pointer-events: none;
}
#loading img{
  max-width: 80vw;
}
/*# sourceMappingURL=style.css.map */