*{
    box-sizing: border-box;
}
body{
    background-color: rgb(235, 188, 188);
}
.navigacija{
    background-color: rgb(231, 116, 131);
    width: 130px;
    height: 40px;
    text-align: center;
    margin: 12px;
    padding: 10px;
    border-radius: 5px;
    border: 2px; border-style: double; color: rgb(126, 62, 66);
    display: inline-block;
}
.navigacija:active{
    position: relative;
    top: 5px;
}
nav{
    width: 800px;
    margin: auto;
    background-color: rgb(255, 242, 245);
    padding: 2px;
}
nav div a{
    text-decoration: none;
    color: rgb(82, 30, 46);
    font-family: 'Times New Roman', Times, serif;
}
h1{
    text-align: center;
    color: rgb(83, 30, 42);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration: underline;
}
h2{
    color: rgb(83, 30, 42);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: larger;
}
p{
    color: rgb(31, 11, 15);
    font-size: medium;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.lista{
    font-size: large;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: rgb(231, 116, 131);
    width: 250px;
    height: 100px;
    padding: 5px;
    list-style: none;
    border-radius: 5px;
}
ul li{
    color: rgb(31, 11, 15);
}
.primjerboxa{
    background-color: rgb(208, 165, 236);
    width: 130px;
    height: 70px;
    text-align: center;
    margin: 10px;
    padding: 13px;
    border-radius: 10px;
    border: 2px; border-style: double; border-color: rgb(84, 58, 99);
    display: inline-block;
}
.primjerboxa2{
    background-color: rgb(252, 207, 140);
    width: 150px;
    height: 100px;
    text-align: center;
    margin: 20px;
    padding: 15px;
    border-radius: 1px;
    border: 2px; border-style: dotted; border-color: rgb(124, 94, 37);
    display: inline-block;
    font-size: x-large;
}
.box2{
    background-color: rgb(132, 185, 255);
    text-decoration: none;
    width: 100px;
    height: 70px;
    display: block;
    text-align: center;
    padding: 20px;
    margin: 10px;
    border: 2px double rgb(207, 253, 255);
}
.box1{
    background-color: rgb(255, 224, 183);
    text-decoration: none;
    width: 200px;
    height: 110px;
    display: block;
    text-align: center;
    padding: 20px;
    margin: 10px;
    border: 2px double rgb(136, 57, 54);
}
.box5{
    background-color: rgb(255, 224, 183);
    text-decoration: none;
    width: 200px;
    height: 110px;
    display: block;
    text-align: center;
    padding: 20px;
    margin: 10px;
    border: 2px double rgb(136, 57, 54);
    overflow: auto;
}
.box3{
    background-color: rgb(255, 224, 183);
    text-decoration: none;
    width: 200px;
    height: 110px;
    display: block;
    text-align: center;
    padding: 20px;
    margin: 10px;
    border: 2px double rgb(136, 57, 54);
    overflow: hidden;
}
.box4{
    background-color: rgb(255, 224, 183);
    text-decoration: none;
    width: 200px;
    height: 110px;
    display: block;
    text-align: center;
    padding: 20px;
    margin: 10px;
    border: 2px double rgb(136, 57, 54);
    overflow: scroll;
}
.kod{
    font-family: monospace;
    color: rgb(157, 39, 96);
}