BODY {
background-color: #ffD1Df;
  font-family: "Balsamiq Sans", sans-serif;
  font-size: 20px;
  border: 4px dotted #8A2846;
  border-radius: 50px;
  padding: 2px
}
h1 {
  font-family: "Mystery Quest", cursive;
  color: #8A2846;
  text-align: center;
  font-size: 45px;
}
h2 {
  font-family: "Mystery Quest", cursive;
  color: #8A2846;
  text-align: center;
  font-size: 30px;
  margin: 50px;
  border: 6px dotted;
  border-radius: 100px;
  padding: 5px
}
.images {
  text-align: center;
}   
    
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}
  
    
    
    
