body {
  background: #111;
  color: #f2c4d7;
  font-family: Georgia;
  text-align: center;
  padding-top: 80px;
}

h1 {
  color: #ff6ea8;
  font-size: 50px;
}

p {
  font-size: 18px;
}

img {
  width: 180px;
  margin-top: 20px;
}