html, body {
    background-color:  rgb(84, 76, 64);
}

body, a, p {
    font-family: Quicksand, system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}

body, html {
    margin: 0;
}

.header{
    background-color: rgb(255, 255, 255);
    height: 200px;
    width: 100vw;
    left: 0vw;
    top: 0vh;
    
    
}

.header .logo{
    position: absolute;
    left: 50vw;
    top: 45px;
    margin-left: -120px;
    z-index: 10;
}

.logo img{
    width: 240px;
}

.page .about{
    color: white;
    font-style: italic;
    
    padding-top: 40px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 30px;
}

.page .keramik{
    background-color: black;
    height: 100px;
}

.page .contact{
    margin-top: 5vh;
    text-align: center;
}

.link{
    text-decoration: underline #ffc400;
    text-decoration-style:dashed;
    text-underline-position: under;
        color: black;
}

.page .contact .text{ 
    font-size: 25px;
    
}

/*
.emailForm{
    text-align: left;
    margin-top: 5vh;
    margin-left: 20vw;
    margin-right: 20vw;
} 
*/

