*{
    box-sizing: border-box;
}
body{
    background-color: rgb(236, 207, 170);
    color: rgb(43, 72, 168);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.body2{
    margin: 0px;
}
a{
    text-decoration: none;
    color: rgb(0, 0, 0);
}
.button{
    background-color: rgb(174, 193, 255);
    width: 100px;
    font-size: large;
    height: 45px;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    border: 2px; border-style: none; border-color: rgb(141, 77, 91);
    margin: 10px;
}
.button:active{
    background-color: rgb(167, 205, 255);
}
p{
    font-size: large;
}
h1{
    text-align: center;
    font-size: 37px;
}
h2{
    text-decoration: underline;
}
.kod{
    font-family: monospace;
    color: rgb(129, 129, 129);
}
table{
    background-color: rgb(202, 202, 202);
    margin: 0px;
    width: 1905px;
}
table tr td{
    height: 40px;
}
table tr:nth-child(odd){
    background-color: rgb(126, 160, 255);
}
table tr th{
    background-color: rgb(193, 218, 255);
    position: sticky;
    top: 0px;
    height: 50px;
    font-size: larger;
    color: rgb(220, 220, 220);
}
.napomena{
    background-color: rgb(74, 95, 163);
    margin: 0px;
    height: 60px;
    width: 1905px;
    padding: 17px;
    font-size: larger;
    color: rgb(234, 234, 234);
    position: fixed;
    bottom: 0px;
}