#container {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	
	font-family: solomon;
	text-align: center;
  color: white;

}

p {
  font-family: arial;
}


body {
background: rgb(231,79,37);
background: linear-gradient(281deg, rgba(231,79,37,1) 0%, rgba(133,1,1,1) 24%, rgba(0,0,0,1) 71%);
     font-family: "Arial";
   display: flex;
   align-items: center;
   justify-content: center;
}


#header {

	padding: 10px;
}


a:link {
  text-decoration: none;
}



a:hover {
  text-decoration: none;
  background-color: yellow;
  color: black;
}


a {
    text-decoration: none;
    color: white;
}
