@import url("https://fonts.googleapis.com/css2?family=Antic+Didone&display=swap");
/*Débora*/
body {
  font-optical-sizing: auto;
  font-family: "Antic Didone", serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 80px;
}

a {
  color: antiquewhite;
  text-decoration: none !important;
}

span {
  font-size: 30px;
  background-color: #4b3737;
  padding: 10px 20px;
  color: antiquewhite;
  border-radius: 5px;
}

p {
  font-family: "Sora";
  font-weight: 300;
  font-size: 20px;
}

/* deb */
.deb {
  padding: 100px 0;
  background: url("../assets/mobile.webp") center/cover no-repeat;
  height: 180vh;
}

.deb img {
  border-radius: 50px;
  margin: 15px;
  -webkit-box-shadow: 0px 0px 300px -12px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 300px -12px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 300px -12px rgba(0, 0, 0, 1);
}

.h1hg {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 60px;
}

.botaodb {
  font-size: 20px;
  background: #4b3737;
  border-radius: 8px;
  padding: 20px 0;
  display: inline-block;
  width: 100%;
}

.botaodb:hover {
  background: #856868;
  color: antiquewhite;
}

@media (max-width: 1000px) {
}
