body {
  background: #2323cf;
  text-align: center
}
p {
  color: #cf2550;
  font-size: 20px;
  font-family: cursive
}
h1 {
  color: #cf2550;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-style: wavy;
  font-size: 36px;
}
h2 {
  color: #cf2550;
  font-size: 30px;

}
div.container {
  text-align: center;
}
ul {
  display: inline-block;
  text-align: left;
  color: #cf2550;
}
hr {
  border-color: #cf2550;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a {
  color: #cf2550;
}
