@charset "UTF-8";

#avatar_holder {
  background:none!important;
  border:none!important;
  box-shadow:none!important;
}

#profile_avatar {
  border-radius:50%;
  border:5px solid #f39c12;
/* Culoare aurie pentru un efect elegant */
  box-shadow:0 0 10px rgba(0,0,0,0.5);
/* Umbr? subtil? */
}

body {
  background:url(https://images.wallpaperscraft.com/image/single/golden_black_background_118047_1920x1080.jpg) no-repeat center center fixed;
  background-size:cover;
  color:#ffffff;