body{
  background-color:#ff1717;
}

h1{
  color:white;
  font-family:courier;
  background-color:black;
  text-align:center;
  font-size:40px;
}
img{
  width:350px;
  float:right;
  border-style:dotted;
  border-color: white;
  border-width: 10px;
}
h2{
  color:white;
  font-family:impact;
  background-color:black;
  text-align:right;
  font-size:30px;
}
h3{
  color:white;
  font-family:geogia;
  background-color:black;
  text-align:left;
  font-size:20px;
}
p{
 color:white; 
}
a{
  font-family:impact;
  font-size:25px;
  border-style:groove;
  border-color: white;
  border-width: 10px;
  color:white;
}