
body {
  margin: 0;
  padding:0;
  overflow: hidden;
  background: radial-gradient(farthest-corner circle at top, hsl(145, 94%, 59%), hsl(253, 77%, 14%));
  background-size: 100%;
  background-repeat: no-repeat;
}