@charset "UTF-8";

body {
  background:brown;
  width:1200px;
/*Adjust the size of your centered content. 900-1024 px is recommended*/
  margin:0 auto;
}

heading {
  background-color:maroon;
  color:black;
}

profile_section_background {
  background-color:black;
  opacity:.7;
}

.label .value {
  color:black;
}