body{
    position: relative;
    position: center;
    background: linear-gradient(180deg, #f9f8e1 0%, #54af64 100%);
  }
h1{
    color:  #54af64;
    position: absolute;
    font-family: "Futura", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 100px;
    line-height: 150px;
    margin-top: -1750px;
    margin-left: 100px;

}

.img{
  height: 100vh;
  width: auto;
}
h1:hover {
    color: #10490e;
  }


  ::-webkit-scrollbar{width:2px;height:2px;}
::-webkit-scrollbar-button{width:2px;height:2px;}

