@import url(destyle.css);

* body {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  background-color: rgba(252, 237, 237, 0.954);
}
* {
  box-sizing: border-box;
}

#wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.title {
  text-align: center;
  margin-top: 14vh;
}

h1 {
  font-size: 8vw;
  line-height: 1.2;
  font-family: "Cinzel", serif;
  /* font-optical-sizing: auto; */
  font-weight: lighter;
  font-style: normal;
}
.entrance {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  width: 200px;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  /* font-optical-sizing: auto; */
  font-weight: 500;
  font-style: normal;
  color: rgb(227, 242, 171);
  background-color: brown;
  padding: 10px;
  margin-top: 12vh;
  border-radius: 10px;
}
.entrance:hover {
  background-color: rgb(179, 150, 4);
}
.attention {
  font-size: 16px;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 6vh 0;
  padding: 0 2%;
}
.coment {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 0 2%;
}
.coment a {
  text-decoration: underline;
  color: blue;
}

footer {
  background-color: rgb(62, 58, 46);
  color: white;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 10px 20px 20px 20px;
  line-height: 1.5;
  margin-top: 50px;
}
@media (min-width: 850px) {
  h1 {
    font-size: 70px;
  }
}

@media (min-width: 1281px) {
  body {
    max-width: 1281px;
  }
}
