@media (max-width: 991.98px) {
    .lastUpdate {
        font-size: 0.75rem !important;
    }
}

* {
    font-family: comic sans ms !important;
}


main {
    width: 100% !important;
    background-color: #ffffff !important;
    text-align: justify;
}

body {
    margin: 0px !important;
    padding: 0px !important;
}


#info {
    background-color: #d1ecff !important;
}



.imageBox {
    width: 9rem;
    height: 9rem;
    overflow: hidden;
    border-color: #b0bccd !important;
    position: relative;
}

.imageBox img {
    width: 90%;
    height: 90%;
    position: absolute;
    bottom: 0px;
    left: -1px;
}


.lastUpdate {
    right: 0px !important;
}

.shado{
    text-shadow: 0px 0px 10px rgb(0, 0, 0, 0.4);
}

.flower{
    background-image: url('./../image/gol.png');
    background-position: bottom 0px right 0px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70vh;
}