body {
    background-color: black;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    max-width: 100 ;
}


#navbar{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    background-image: linear-gradient(to right, navy, blue);
    padding: 30px;
}

#navbar a{
    color: white;
    text-decoration: none;
   background-color: black;
    margin:30px;
    font-family: arial;
    padding: 15px 20px;
    border-radius: 10px;
    transition: padding 0.2s;
    transition: opacity 0.15 ease;
    border: navy solid 3px;
}

#navbar a:hover{
    opacity: 0.85;
    background-image: linear-gradient(to right, navy, blue);
    
   
    
}


.kontakt-container h3 {
    font-size: 2em;
    font-style: italic;
    text-align: center;
    color: white;
    background-image: linear-gradient(to right, navy, blue);
    padding: 15px 20px;
}



.kontakt-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}





.kontakt-container h2{
    color: white;
    text-align: center;
}


.kontakt-container p{
    color: white;
}

