*{
    box-sizing: border-box;
}

body{
    display: flex;
    justify-content: center;
    background-color: rgb(187, 164, 148);
    margin: 0px;
    padding: 0px;
    height: 100%;
}

h1{
    font-size: 50px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h2{
    font-size: 35px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h3{
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.main{
    background-color: rgb(179, 161, 139);
    padding: 20px 40px;
    border-radius: 10px;
    text-align: center;
    max-width: 750px;
    width: 100%;
    box-shadow: 0 0 10px black;
}

.naslovi{
    text-align: center;
}

.prvi{
    margin: 20px;
    background-color: bisque;
    text-align: center;
    border: 1px solid rgb(175, 160, 141);
    padding: 20px;
    border-radius: 8px;
}

.drugi{
    margin: 20px;
    background-color: bisque;
    text-align: center;
    border: 1px solid rgb(175, 160, 141);
    padding: 20px;
    border-radius: 8px;
}

.treci{
    margin: 20px;
    background-color: bisque;
    text-align: center;
    border: 1px solid rgb(175, 160, 141);
    padding: 20px;
    border-radius: 8px;
}

.cetvrti{
    margin: 20px;
    background-color: bisque;
    text-align: center;
    border: 1px solid rgb(175, 160, 141);
    padding: 20px;
    border-radius: 8px;
}

.peti{
    margin: 20px;
    background-color: bisque;
    text-align: center;
    border: 1px solid rgb(175, 160, 141);
    padding: 20px;
    border-radius: 8px;
}

div{
    display: block;
    text-align: center;
}

a{
    text-decoration: none;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
}

a:active{
    color: bisque;
    background-color: rgb(175, 160, 141)
}

#pocetnalink{
    text-decoration: none;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}

.sadrzaj1{
    display: block;
    background-color: rgb(231, 216, 196);
    padding: 60px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 27px;
    margin: 30px;
    border: 1px solid rgb(175, 160, 141);
    padding: 20px;
    border-radius: 8px;
}
