* {
  margin: 0;
}

body {
  margin: left;
  height: auto;
  background-color: #660000;
}
 
#company {
  margin: 5px;
  font-family: Times Roman, Harrington, serif; 
  text-align: center; 
  font-size: 100px; 
  color: #EEDD82; 
  font-weight: bolder;
}
     
#services {
height: auto;
  font-family: Harrington, Book Antiqua, serif;
  font-size: 34px;
  color: #ffffcc;
  text-align: center;
}      
      
#footer {
font-family: Ink Free, Comic Sans MS, cursive;
font-size: 9px;
color: #ffffcc;
text-align: center;
margin: auto;
}
