body {
    background-color: #eee;
}


.br-15 {
    clear: both;
    height: 15px;
}

.br-30 {
    clear: both;
    height: 30px;
}

.right {
    float: right;
}


a:hover {
    color: #6c5ce7;
}










 .pet {
        display: block;
        width: 100%;
        /*height: 200px;*/
        /*aspect-ratio: 4 / 3;  Proporção da imagem */
        aspect-ratio: 4 / 4; /* Proporção da imagem */
        background-size: cover;
        /*background-position: center;*/
        background-position: top;
        /*border-radius: 10px;*/
        margin-bottom: 30px;
        
        position: relative;
    }
    .pet-nick {
        display: block;
        width: 100%;
        padding: 15px;
        /*background-color: rgba(0,0,0,0.8);*/
        background-color: rgba(255,255,255,0.8);
        position: absolute;
        left: 0;
        bottom: 0;
        
        /*color: #fff;*/
        color: #1b1b1b;
        text-align: center;
    }