html, body {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Caviar dreams;
}

body {
    background-image: url("../img/entrance-background.jpg");
    background-repeat: none;
    background-size: cover;
}

.background {
    background-color: white;
    color: black;
}

.pogoji {
    padding: 30px 70px;
    text-align: justify;
}

h2, h4 {
    font-weight: bold;
    padding: 20px 0;
}

.indent {
    padding-left: 2rem;
}