@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Protest+Guerrilla&display=swap');

body {
    margin: 0px;
    font-family: "Roboto", sans-serif;
    padding: 30px 5%;
    color: white;
    background-image: url(img/background-img.jpg);
    background-color: black;
}

header h1 {
    font-size: 48px;
    font-family: "Protest Guerrilla", sans-serif;
    text-align: center;
}

header h2 {
    font-size: 28px;
    text-align: center;
}

header h1, h2 {
    line-height: 18px;
}

div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
}

#prvni p {
    font-size: 20px;
    font-weight: 500;
}

div li {
    font-size: 17px;
    line-height: 24px;
}

#treti ul {
    text-align: center;
    list-style-type: none;
}
