/* CSS Centering Code with the ID Selector "#center" */ 

body {
  margin: auto;
  width: 640px; 
  padding: 50px;
  font-family: 'Lexend Deca', sans-serif; 
  background-color: black;
  color: #FFA500;    
}