* {
    margin: 0 auto;
}

body {
    background-color: #D1E8FC;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

header {
    background-image: url(slike/sea.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
}

.headerrac {
    background-image: url(slike/rgheader.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
}

.foto {
    background-image: url(slike/fotka.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
}

.sfoto {
    display: flex;
    align-items: center;
    justify-content: center;
}

.webh {
    background-image: url(slike/yarnpond.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
}

.stra img {
    height: 100x;
    margin: 0 auto;
    margin-top: 30px;
}

img {
    margin: 0 auto;
    margin-top: 30px;
    margin: 10px;
    height: 300px;
}

nav a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #7eb1cb;
    text-decoration: none;
    font-size: 30px;

}

nav {
    display: flex;
    align-items: center;
    justify-content: center;

}

.navv {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #7eb1cb;
    text-decoration: none;
    font-size: 30px;
}

h1 {
    color: white;
    text-align: center;
    font-size: 50px;
    margin-top: 90px;
    border-bottom: solid white 3px;
}

h2 {
    color: white;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

p {
    width: 500px;
    background-color: #9FDFFF;
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
}