footer {
    background-color: rgb(46, 45, 42);
    color: white;
    width: 1900px;
    height: 300px;
}

header {
    background-color: rgb(161, 9, 9);
    color: white;
    text-align: center;
    padding: 20px 0; 
    border: 6px solid rgb(92, 16, 16);
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    display: inline-block;
    margin: 0 15px;
}

ul li a {
    text-decoration: none;
    color: white;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

ul li a:hover {
    text-decoration: underline;
}
body {
    background-color: rgb(77, 75, 70);
}

.zagreb, .vukovar, .karlovac, .rijeka, .split {
    display: inline-block;
    position: relative;
    left: 22%;
}
img {
    position: relative;
    left: 250px;
    border: 4px solid rgb(255, 255, 255)
}
.kontakt {
    position: absolute;
    top: 1140px;
    left: 830px;
    text-align: center;
}
p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: medium;
}