

body{ 
    background: linear-gradient( 180deg,#FF9933 ,white,#138808);
    text-align: center;
    /* margin-top: 50%; */
    /* align-items: center;
    justify-content: center; */
    align-content: center;
    height: 750px;
    width: 1200px;
    justify-items: center;

  
   
    
}


#btn{
    color: blue;
    text-align: center; 
     /* margin-top: 50% */
    font-size: 90px;
    font-style: italic;
    /* text-shadow: 2px 2px 8px #FF0000; */
    justify-content: center;
    margin-left: 20%;
    /* margin-top: 30%; */
    padding-top: 25%;
    cursor: pointer;

}
         

