How to change the background color
This will require a basic CSS change. In your career_style.css file, modify the
body
background
body {
background: #000000;
}
Remember, the background needs to be entered in hexadecimal.