body {
    background-image: url("pozadi/bg.jpg");
    background-size: cover;
    background-attachment: fixed;
}
.container {
    color: white;
    border-radius: 10px;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
}

.nav-item:hover {
    text-shadow: white 1px 1px 10px;
} 

#special-font {
    font-family: Century Gothic;
    text-shadow: black 1px 1px 5px;
}

.footer {
    background-color: white;
    color: black;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

td, th {
    margin: 5px;
    padding: 5px;
}

.mytab {
    margin-top: 5px;
}