body{
    background-color: lightpink;
}
h1.cvijece{
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 50px;
    color: darkmagenta;
}
a{
    text-decoration: none;
    color: lime;
    font-size: 20px;
    text-align: center;
}
a:hover{
    background-color: lightseagreen;
}
a:visited{
    color: black;
}
a:active{
    color: orange;
}
h1.plavo{
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 50px;
    color: darkblue;
}
h1.crveno{
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 50px;
    color: darkred;
}
h1.zuto{
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 50px;
    color: darkgoldenrod;
}
.prvi{
    background-color: lightblue;
    width: 800px;
    height: 900px;
    margin: auto;
}
.drugi{
    background-color: rgb(201, 113, 126);
    width: 200px;
    height: 100px;
}
.sadrzaj{
    background-color:lightpink;
    width: 500px;
    height: 400px;
    margin-left: 55px;
    position: relative;
    top: 80px;
    text-align: center;
}
.sadrzaj2{
    margin-top: 200px;
    width: 730px;
    margin-left: 55px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
body.tri{
    background-image: url("../reddd.png");
    background-repeat: repeat-y;
    background-size: 300px;
}
body.jedan{
    background-image: url("../pink.png");
    background-repeat: repeat-y;
    background-size: 300px;
}
body.dva{
    background-image: url("../bluee.png");
    background-repeat: repeat-y;
    background-size: 300px;
}
body.cetiri{
    background-image: url("../zutoo.png");
    background-repeat: repeat-y;
    background-size: 300px;
}