html {
    height: 100%;
}

body {

background: #e0df8b;
background: linear-gradient(180deg, rgba(224, 223, 139, 1) 0%, rgba(212, 212, 106, 1) 26%, rgba(207, 202, 62, 1) 51%, rgba(171, 199, 32, 1) 77%, rgba(201, 198, 0, 1) 100%);

color: white; 
.space-grotesk-<uniquifier> {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

