/*the background*/
body {
  margin: 0 auto;
  background-color: black;
  color: whitesmoke;
  text-align: center;
  font-size: x-large;
    font-family: serif;
}

a:link {
    color: blue;
}

a:visited {
    color: red;
}

/*the title*/
h1 {
	color: red;
}

/*text box*/
#content {
	width: 50%;
	margin: 30px;
}

#reload {
	width: 100%;
	margin: 30px;
}

#about {
	font-size: medium;
}
