body{
  background-color: black;
}

h1{
  color: white;
  font-family:helvetica;
  font-size:40px;
  
 }

img{
  width: 300px;
  float:left;
  border-style:groove;
  border-color:white;
  border-width:20px;
}
h2{
  color: white;
  font-family:helvetica;
  font-size:40px;
 
}
p{
  color: white;
  font-family:helvetica;
  font-size:20px;
}
h3{
  color: white;
  font-family:helvetica;
  font-size:20px;
}

a{
  font-family: fantasy;
  font-size: 25px;
  color: white;
}