body {
  background-color: #bbffaa;
  font-family: verdana;
}


div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
}

img {
  width: 50%;
}


p {
  text-align: center;
  font-size: 16px;
}

ul {
  list-style-type: none;
  text-align: center;
}