body {
  background-color: black;
}

/* unvisited link */
a:link {
  color: yellow;
}

/* visited link */
a:visited {
  color: yellow;
}

/* mouse over link */
a:hover {
  color:yellow;
}

/* selected link */
a:active {
  color: yellow;
}

h1 {
  color: white;
  font-family: arial;
  font-size: 30px;
  text-align: center;
  margin-left: 3%;
  margin-right: 3%; 
}

h2 {
  color: white;
  font-family: arial;
  font-size: 27px;
  text-align: center;
  margin-left: 3%;
  margin-right: 3%;
}

p {
  font-family: arial;
  font-size: 20px;
  color: white;
  text-align: left;
  margin-left: 11%;
  margin-right:11%; 
}

a.one:link {color: yellow;font-size: 30px;}

div.list {
  text-align: center;
  margin-right: 15%;
}

ul {
  list-style: square;
  color: white;
  list-style-position: inside;
  font-family: arial;
  font-size: 23px;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
}

.responsive {
  max-width: 95%;
  height: auto;
  margin-left: 3%;
  margin-right: 3%;
}

img {
 border-radius: 25px;
 }

.centerpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  max-width: 99%;
}