*{
  background-color: black;
}
img{
  border: 5px solid white;
  width: 100%;

}
h1 {
  color: white;
  font-family: 'Libre Baskerville', serif;
  text-transform: uppercase;
}
p{
  color: white;
}
div{
  text-align: center;
  width: 50%;
  margin-left:25% ;
  margin-right: 25%;
  margin-top: 100px;
}