body {
  background-image: linear-gradient(to bottom right, rgb(1, 48, 1), rgb(255, 255, 189) );
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  overflow: auto;
  display: grid;
  place-content: center;
  
}