img {
  width:490px;
  border-style: solid;
  border-color: yellow;
  border-width: 10px;
  float: right;
}

h1{
  font-family:impact;
  font-size:50px;
  color: white;
}

body{
  background-color:black;
}
a{
  font-size: 30px;
  color: aqua;
}

p{
color: white;  
font-family: cursive;
font-size: 20px;
}

h2{
  font-family: impact;
  text-align: center;
  font-size: 30px;  
}







