@font-face {
    font-family: "Andika";
    src: url("Andika/Andika-Bold.woff2") format("woff2"), url("Andika/Andika-Bold.woff") format("woff"), url("Andika/Andika-Bold.ttf") format("trutype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Andika";
    src: url("Andika/Andika-BoldItalic.woff2") format("woff2"), url("Andika/Andika-BoldItalic.woff") format("woff"), url("Andika/Andika-BoldItalic.ttf") format("trutype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Andika";
    src: url("Andika/Andika-Italic.woff2") format("woff2"), url("Andika/Andika-Italic.woff") format("woff"), url("Andika/Andika-Italic.ttf") format("trutype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Andika";
    src: url("Andika/Andika.woff2") format("woff2"), url("Andika/Andika.woff") format("woff"), url("Andika/Andika.ttf") format("trutype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    padding: 0;
    margin: 0;
    background: black;
    font-family: "Andika";
    font-weight: bold;
    font-style: normal; 
    color: white;
}
.mitte {
    display: flex;
    justify-content: center;
    align-items: center;
}
nav {
    position: sticky;
    top: 0px;
    backdrop-filter: blur(10px);

}
nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}

nav ul li a{
    font-weight: bold;
    padding: 16px;
    font-weight: bold;
    font-size: 16px;
    font-style: normal; 
    color: white;
}
.top {
   position: fixed;
   left: 0;
   //bottom: 0;
   top: 0;
   width: 100%;
   background-color: Black;
   //color: white;
   //text-align: center;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   //top: 0;
   width: 100%;
   background-color: Black;
   //color: white;
   //text-align: center;
}
footer ul{
    list-style: none;
    margin: 5px;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}
footer ul li a{
    font-weight: bold;
    padding: 16px;
    font-weight: bold;
    font-size: 10px;
    font-style:normal; 
    color: white;
}
h1{
    font-family: "Andika";
    font-weight: bold;
    font-size: 50px;
    font-style: italic; 
}
h5{
    font-family: "Andika";
    font-weight: bold;
    font-size: 12px;
    font-style: italic; 
    color: white;

}
h4{
    font-family: "Andika";
    font-weight: bold;
    font-size: 20px;
    font-style:normal; 
    color: white;

}