*{
    box-sizing: border-box;
}
body{
    background-color: #000814;
}
.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    font-family: inherit;
    margin: 0;
    border: 1px black solid;
}
a{
    color: white;
}
.dropdown-content {
    display: none;
    margin: auto;
    background-color: #003566;
    max-width: 250px;
    box-shadow: 0px 8px 16px 0px white;
    z-index: 1;
    
}
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}
.dropdown-content a:hover {
    background-color: #001d3d;
    
}
.dropdown:hover .dropdown-content {
    display: block;
}
button{
    border: 1px black solid;
    background-color: #ffc300;
    
 
}
h1{
    color: #ffd60a;
}
.Kontenjer{
    text-align: center;
}