body {
  background: #85df85;
}
p {
  color: black;
  font-size: 24px;
  text-align: center;
}
h1 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color:aqua;
}
h2{
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: blue;
}

img {
  display: block;
  margin: auto;
  width: 50%;
}

div.container {
  text-align: center;
}

ul.myUL {
  display: inline-block;
  text-align: left;
}