html{
    font-family: Karla, sans-serif; 
    font-size: 16px;
    background: linear-gradient(70deg,#ed7e79, #ff7948,#ff9e5e, #ffc2b4);
    text-align: center;
    height: 100%
}
header{
    text-align: center;
}
img.logo_natura{
    width:110px;
    height:110px;
    border-radius:100px;
    text-align: center;
}
img.logo_whatsapp{
    width:100px;
    height:100px;
}
a.whatsapp_link{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
main{
    font-size: 30px;
    text-align: center;
}
a.enlace{
    text-decoration: none;  /* La propiedad - none - elimina le linea bajo el enlace */
    border-style: solid;
    border-color: #ffffff;
    width: 80%;
    display: inline-block;
    color: aliceblue;
    padding: 10px 5px;
    font-weight: 700;
}
a.enlace:hover{
    background-color: #ff9e5e;
}
@media (max-width: 600px) {
    html {
      font-size: 13px;
    }
      main {
          font-size:20px;
      }
  }