body{
    
    /* margin: 0; */
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    /* font-family: 'Agdasima', sans-serif; */
    font-family: 'Dongle', sans-serif;
    /* line-height: 0; */
   
    /* font-weight: 100; */
   
}

span{
    font-size: 18px;
    /* margin: -10; */

}



.content{
    position: fixed;
    margin: 0;
    /* padding: 100px; */
    display: block;
    /* justify-content: center; */
    text-align: center;
    /* background: linear-gradient(217deg, #66FB50, rgba(255,0,0,0) 70.71%),            
    linear-gradient(127deg, #66FB50, #D6FEF5 70.71%),            
    linear-gradient(336deg, #7CFC05, #DDFD65 70.71%); */
    height: 100%;
    width: 100%;
    font-size: 20px;
    background-image: url("BACKGROUND.jpg");
    background-repeat: no-repeat;
}

h2 {
    margin: 80px auto 0px 0px;
}

.innerSection{
    margin-top: 100px;
}
.logo{
    height: 50px;
}

button{
    /* width: 130px; */
    border-radius: 80px;
    border: none;
    /* padding: 10px 60px; */
    width: 200px;
    height: 70px;
    margin: 10px;
    font-family: 'Dongle', sans-serif;
    font-size: 34px;
    font-weight: 100;
    color: white;
    background-color: black;
    transition: transform .5s;
    line-height: 0.8;
}

button:hover{
    cursor: pointer;
    transform: scale(1.1);
    background-color: rgb(31, 31, 31);
    
    /* background-color: #7CFC05; */

}