/* ============================================
   PROFILE PAGES CONTAINER STYLES
   ============================================
   Questo file gestisce gli stili dei container
   per le pagine profilo
   ============================================ */

/* Boxed container background per pagine profilo */
.profile-boxed-wrapper {
  background-color: rgb(33, 37, 41);
}