body {
  background-image: linear-gradient(to bottom right, rgb(252, 135, 2), rgb(255, 234, 0));
  text-align: center;
} 
h1, h2, a {
  color: rgb(144, 32, 32);
  font-family: 'Brush Script MT';
  text-transform: uppercase;
} 
hr {
  border: 5px dashed rgb(144, 32, 32)
}
p {
  color: rgb(144, 32, 32);
  font-family: 'Trebuchet MS';
}
img {
  border-radius: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}