*{
    box-sizing: border-box;
}
body{
    background-color: rgb(173, 64, 64);
}
.navigacija{
    background-color: rgb(119, 65, 73);
    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(104, 53, 53);
    padding: 2px;
}
nav div a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: 'Times New Roman', Times, serif;
}
h1{
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration: underline;
}
h2{
    color: rgb(0, 0, 0);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: larger;
}
p{
    color: rgb(0, 0, 0);
    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(99, 35, 35);
    width: 250px;
    height: 100px;
    padding: 5px;
    list-style: none;
    border-radius: 5px;
}
ul li{
    color: rgb(104, 18, 18);
}
.primjerboxa{
    background-color: rgb(107, 2, 2);
    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(107, 22, 22);
    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(170, 170, 170);
    text-decoration: none;
    width: 100px;
    height: 70px;
    display: block;
    text-align: center;
    padding: 20px;
    margin: 10px;
    border: 2px double rgb(194, 194, 194);
}
.box1{
    background-color: rgb(131, 33, 33);
    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(88, 22, 22);
    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(121, 35, 35);
    text-decoration: none;
    width: 200px;
    height: 110px;
    display: block;
    text-align: center;
    padding: 20px;
    margin: 10px;
    border: 2px double rgb(112, 31, 28);
    overflow: hidden;
}
.box4{
    background-color: rgb(82, 26, 26);
    text-decoration: none;
    width: 200px;
    height: 110px;
    display: block;
    text-align: center;
    padding: 20px;
    margin: 10px;
    border: 2px double rgb(105, 28, 26);
    overflow: scroll;
}
.kod{
    font-family: monospace;
    color: rgb(92, 23, 23);
}