body {
  background-color: black;
}
h1 {
  text-transform: uppercase;
  font-size: 3rem;
}
  
.main {
  width: 50%;
  margin-left: 25%;
  margin-top: 100px;
  color: white;
  font-family: "Libre Baskerville", serif;
  text-align: center;
}
  
.daenerys {
  border: 5px solid white;
  width: 100%;
}
  