* {
    padding: 0;
    margin: 0;
}

header {
    height: 100vh;
    width: 100%;
    background-image: url(slikice/header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1920px 945px;
    display: flex;
}

nav {
    font-size: 61px;
    height: 100px;
    width: 540px;
    margin-top: 610px;
    margin-right: 740px;
    margin-left: 80px;
}
nav a {
    text-shadow: 1.5px 1px black;
    color: rgb(25, 38, 95);
    display: block;
    text-decoration: none;
    padding-left: 30px;
}
nav a:hover {
    color: rgb(62, 102, 89);
}

footer {
    background-color: rgb(231, 231, 229);
    height: 40px;
    width: 100%;
    padding: 20px;
}
footer p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 19px;
    color: rgb(0, 9, 49);
    padding-bottom: 5px;
}

