body {
  background: black;
  color:white;
}
p {
  color: white;
}
h1 {
  font-weight: bold;
}

a {color:lightblue;
background-color:cadetblue;}

a:hover {color:pink;
background-color: deeppink}

img {width:190px;
  float:right;
}
