html {
  background-image: linear-gradient(#ffffff, #fb923c);
  height: 100vh;
  background-repeat: no-repeat;
}

html, body {
  font-family: sans-serif;
}

div {
  margin: 100px auto;
  width: 200px;
  text-align: center;
}

img {
  width: 180px;
  padding-bottom: 40px;
  border-bottom: solid 2px #f97316;
}

p {
  margin-top: 40px;
  font-weight: bold;
  font-size: 24px;
  color: #f97316;
}