@font-face{src:url("../font/Lato-Light.ttf");
    font-family: LatoLight;}
@font-face {src: url("../font/Canasita.ttf");
    font-family: Canasita;}

body{
   
    width: 100%;
    margin: auto;
}

#main{
 
    width: 80%;
    margin: 250px auto;
    text-align: center;
    font-family: LatoLight;
    line-height: 25px;
    padding: 25px;
}

h1{ 
    font-family: Canasita;
    text-transform: lowercase;
    font-size: 180px;
    font-weight: 100;
    color: #3f4245;
    margin: 0;
    margin-bottom: -5px;
    text-align: center;
}

p{  background-color: #c8dac7;
    margin: 0px;
    padding: 10px;
    font-family: LatoLight;
    font-size: 16px;

    line-height: 25px;
    padding: 50px;
    color: #3f4245;

}

form{
    background-color: #c8dac7;
    padding-bottom: 50px;
    font-family: LatoLight;
}

input{
    font-family: LatoLight;
    border-style: none;
    height: 25px;
    width: 190px;
}

.formButton{
    border-style: none;
    background-color: #90aa8f;
    height: 27px;
    width: 60px;
    margin-top: 10px;

}

#mobil{
    display: none;
}


@media(max-width: 500px){
    #main{
        display: none;
    }

    #mobil{
        display: block;

 
        width: 80%;
        margin: 250px auto;
        text-align: center;
        font-family: LatoLight;
        line-height: 25px;
        padding: 25px;
    }

    h1{ 
        font-family: Canasita;
        text-transform: lowercase;
        font-size: 150px;
        font-weight: 100;
        color: #3f4245;
        margin: 0;
        text-align: center;
        margin-bottom: -5px;
    }

    p{  background-color: #c8dac7;
        margin: 0px;
        padding: 10px;
        font-family: LatoLight;
        font-size: 16px;

        line-height: 25px;
        padding: 50px;
        color: #3f4245;

    }
}