body{
    background-color: #104dd1;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h3{
    color: rgb(206, 170, 170);
}

/*1.3 Zadatak*/

#sadrzaj{
    background-color: #5e96e9;
    width: 600px;
    height: 500px;
    margin: auto;
    text-align: center;
    border-radius: 30px;
}

#linkovi{
    height: 30px;
    width: 200px;
    background-color: #5e96e9;
    border-radius: 30px;
    text-align: center;
    margin-top: 5px;
}

.font_size{
    font-size: 20px;
}

#boja{
    color: antiquewhite;
}

.font{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.width{
    width: 600px;
}