* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
    font-family: "-apple-system", "BlinkMacSystemFont", "Roboto", "Helvetica Neue", sans-serif;
    color: #fff;
}

body::before {
      content: "";
      position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      z-index: -1;
      background: linear-gradient(165deg, #005900 0%, #9FCF02 100%);

    }