body {
  background: #a0daf1;
}
p {
  color: #dfb3f3;
text-align:center;
  font-size: 20px;
}
h1 {
  font-weight: bold;
  color: #dfb3f3;
  text-align:center;
  font-size: 36px;
}
hr{
  border: 10px solid green;
  border-radius: 5px;
}
h2{
  color: #dfb3f3;
  text-align:center;
  font-size: 30px;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
