h1 {
    position: absolute;
     top: -1000px; 
     left: -1000px;
 }


 .wrapper {
    margin-top: 100px;
    height: 100vh;

       
} 

p {
    color: #777;
    margin-top :20px;
    margin-bottom :20px;
    font-weight: normal;
}

.btn {
    font-size: 20px;
    font-size: 20px;
    background-color: rgba(60,105,49, .3 );
    border: none;
    color: #777;

}.btn:hover {
    color: white;
    font-size: 20px;
    background-color: rgba(60,105,49, .6 );

}



