/* This is where the main styling for the page goes */
body {
  height: 100vh;
  background-image: linear-gradient(
    270deg,
    rgb(152, 233, 158),
    rgb(92, 242, 222),
    rgb(236, 244, 132)
  );
}
