.easterEgg_image{
    position: absolute;
    top: 0;
    right: 0;
}

#EasterEggModal .close,
#homeEasterEggModal .close
{
    position: absolute;
    top: 0;
    right: 0;
}

#EasterEggModal .modal-content, 
#homeEasterEggModal .modal-content
{
    max-width: 450px;
}

#copy-message{
    display: none;
}

#homeEasterEggButton {
    left: 0rem;
    bottom: 2rem;
    position: fixed;
    cursor: pointer;
}
#footer .link-bblwhatsapp {
    bottom: 15rem !important;
}
@media (max-width: 768px) {
    .easterEgg_image{
        width: 60px;
    }
}