html {
  height: 100%;
  width: 100%;
}

*{
  background-color: #fffcc9;
  box-sizing: border-box;
  font-family: "Comic sans MS", "Comic sans", cursive;
  text-align: center;
  margin-top: 100px;
}

img {
  width: 250px;
  height: 250px;
  margin-top: 25px;
}

p {
  font-size: 20px;
  margin-top: 25px;
}