/* content que contem o preview do perfil */ .content { position: relative; top: 0px; width: 100%; padding: 18px 6% 10px 6%; margin: 0 0 30px 0; border-bottom: 1px solid #dee2e6!important; } header{ background-color: #DFDFDF; margin-bottom: 30px; } header .header-left-side{ width: 60vw; font-family: 'Electrolize', sans-serif; background: linear-gradient(110deg, #F7F7F7 60%, #DFDFDF 60%); padding-left: 15vh; } header .header-right-side{ padding-right: 15vh; } .main-container{ display: flex; flex-direction: row; } main{ min-height: 70vh; } nav{ margin-left: 13vh; margin-right: 1em; border-radius: .5em; border: 1px solid #dee2e6!important; } nav ul li a{ color: #17223b; font-size: large; } nav ul .active{ background-color: #DFDFDF!important; color: #17223b!important; font-weight: bold; } nav .content-user-info{ font-weight: bold; } @media (min-width: 768px) { .bd-placeholder-img-lg { font-size: 3.5rem; } }