*{
    margin: 0;
    padding: 0;
}

body{
    overflow-x: hidden;
    font-family: sans;
}

.underline{
    width: 100px;
    background-color: gold;
    height: 2px;
}

h1{
    font-size: 2.2rem;
}

h2{
    font-size: 2rem;
}

h3{
    font-size: 1.8rem;
}

h4{
    font-size:1.3rem;
}

p{
    font-size: 1.1rem;
}

.floating-whatsapp-icon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    width: max-content;
    
}
.floating-whatsapp-icon img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 2px 2px 4px rgb(90, 90, 90);
}

.viga-regular {
  font-family: "Viga", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.buy-now-button{
  padding: 1rem 2rem;
  width: max-content;
  background-color: #eb98c0c9;
  background-color: #bb7f00;
  color: white;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4rem;
  box-shadow: 2px 2px 5px black;
}