* {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}




body {
    background: url("wathai.gif");
    color: blue;
    margin: 0;
    justify-content: center;
}
@media screen and (min-width: 620px){
 html {body-size: 20%;
 }
}
div {
    background: wheat;
    text-align: center;
    text-decoration: none;
    width: 900px;
    margin: 0px auto;
    padding: 2% 2%;
    box-shadow: 2px 2px 5px #6666;
    
}

header {
    margin-top: 10px;
    padding: 24px;
    text-align: center;
}

.mitte {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: larger;
}

.menu  {
    align-items: right;
    justify-content: center;
    display: flex;
    font-weight: bold;
    padding: 2px;
}



h1 {
    margin-top: 0;
}

p {
    margin-top: 0;
    text-decoration: none;
    
}

.fb {
    text-decoration: none;
}

nav {
    position: sticky;
    top: 0px;
    bottom: 0px;
    background: wheat;
    width: 900px;
    font-size: x-large;
    text-align: right;
}





img {
    padding: 1.5% 1%;
    width: 0px auto;
}

.imp {
    text-align: left;
    font-size: x-small;
}

ul {
    display: flex;
    justify-content: center;
}

li {
    list-style: none;
    margin: 24px;
}

li a {
    text-decoration: none;
    color: blue;
}

li a::after {
    content: '';
    width: 0;
    height: 2px;
    background-color: red;
    margin: auto;
    display: block;
}

li a:hover::after {
    width: 100%;
    transition: width 0.3s linear;
    margin-top: 0px;
}

li a:hover {
    color: red;
}

footer {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: larger;
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: darkgray;

}

.footer {
    text-align: center;
    display: flex;
    justify-content: center;
    background: darkgray;
    
}




