html, body {
  height: 100%;
  margin: 0;
  background: radial-gradient(circle at 25% 25%, #fff5f8 0%, #fdeef2 40%, #f8f4f9 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #212529;
}
