body {
  background: #403937;
}

.text-box {
  background: radial-gradient(ellipse closest-corner at 50% 50%,rgb(225, 255, 186),rgb(186, 225, 255),rgb(255, 186, 225));
  color: #403937;
  font-family: Helvetica;
  border: 5px solid  white;
  border-radius: 50px;
  margin: 25px auto;
  padding: 10px;
  width: 500px;
  height: 600px;
  text-align: center;
  align-content: center;
}

footer {
  color: white;
  opacity: 0.5;
  font-family: Helvetica;
  margin: 0 auto;
  text-align:center;
}