body{
    background-image:url(garben.jpg.jpg);
    background-size: cover;
    margin: 0px;
}
header{
    display: block;
    justify-content: center;
    align-items: center;
    font-family: 'Playfair Display', serif;
    color: #f8f8ff;
    font-size: 45px;
    padding-top: 50px;
    padding-left: 1000px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.menu{
    display: inline-block;
    font-family: 'Playfair Display', serif;
    color: #f8f8ff;
    font-size: 30px;
    flex-direction: row;
    display:flex;
    padding-top:0px;
}
h1{
    margin-bottom: -10px;
    padding-bottom: 0px;
    text-shadow: 1px 1px 2px black;
}
ul {
    list-style-type: none;
}

a {
    color: #f8f8ff;
    text-decoration: none;
}
a:hover{
    border-bottom: 2px solid #f8f8ff;
    border-top: 2px solid #f8f8ff;
}
a:active{
    border-bottom: 2px solid #f8f8ff;
    border-top: 2px solid #f8f8ff;
}
footer {
position: fixed;
bottom: 10px;
width: 600px;
margin: auto;
color: #fff;
font-size: 20px;
color: #000000;
font-family: 'Playfair Display', serif;
z-index: -1;
}
@media(min-width:736px){
    header{
        padding-left: 200px;
        padding-right: 200px;
        padding-top: 368px;
        padding-bottom: 368px;
    }
    footer{
        padding-left: 200px;
        padding-right: 200px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        padding-top: 736px;
    }
}