body{
  background-color:black;
}
h1{
  color: white;
  font-family: fantasy;
  text-align: left;
}
h2{
  color: white;
  font-family: fantasy;
  text-align: left;
}
p{
  color: white;
  font-family: sans-serif;
    text-align: left;
}
h4{
  color: aqua;
  font-family: fantasy;
    text-align: left;
}
h6{
  color: white;
}
img{
  height: 280px;
  border-color: aqua;
  border-style: dotted;
  border-width: 10px;
}