body {
  background: #185c06;
  text-align: center
}
p {
  color: #1073ff;
  font-size: 20px;
  font-family: cursive
}
h1 {
  color: #1073ff;
  font-weight: bold;
  font-size: 36px;
}
h2 {
  color: #1073ff;
  font-size: 30px;

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