section,container img{
    background: rgb(226, 241, 4);
}
section,container h1{color:rgb(0, 0, 0)}


/*boton whatsapp*/
.whatsapp{
    background-color: #3d5e3a;
    border: 1px solid rgb(245, 237, 237);
    float: left;
    z-index: 999;
    border-radius: 50%;
    bottom: 20px;
   position:fixed;
    padding: 25px;
    transition: ease 0.3s;
    animation: efecto 1.2s infinite;
}


.whatsapp{
    transform: scale(1.1);
    transition: 0.3s;
}

.whatsapp{
    width: 80px;
    transition: ease 1s;
}

@keyframes efecto{
    0%{
        box-shadow: 0 0 0 0 rgb(255, 251, 251);
    }
    100%{
        box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    }
} 
.qrcode img {
   padding: 10px;
   margin: 10px;
   border: 2px solid black;
   float: right;
   width: 250px;
}

.container h1{
    color: rgb(2, 2, 2);
}

