<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar, body {
    background: #ddddd4 !important;
}
.foto_usuario{
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: auto;
    object-fit: initial;
}
.foto_usuario_cont{
    width: 100%;
    padding: 100% 0 0 0;
    overflow: hidden;
    height: auto;
    border-radius: 50%;
    position: relative;
    display: block;
}
.avatar{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.active&gt;.page-link, .page-link.active {
    background-color:red;
    border-color: red;
}
.page-link {
    color: black;
}
@media (max-width: 991px) {
    .fs20 {
        font-size: 16px;
        line-height: 19px;
    }

    .fs30{
        font-size: 20px;
        line-height: 25px;
    }
}
</pre></body></html>