*{
    box-sizing: border-box;
}
body{
    background-color: rgb(236, 207, 170);
    color: rgb(77, 27, 39);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.body2{
    margin: 0px;
}
a{
    text-decoration: none;
    color: rgb(77, 27, 39);
}
.button{
    background-color: rgb(212, 121, 130);
    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(240, 152, 163);
}
p{
    font-size: large;
}
h1{
    text-align: center;
    font-size: 37px;
}
h2{
    text-decoration: underline;
}
.kod{
    font-family: monospace;
    color: rgb(157, 39, 96);
}
table{
    background-color: rgb(202, 202, 202);
    margin: 0px;
    width: 1905px;
}
table tr td{
    height: 40px;
}
table tr:nth-child(odd){
    background-color: rgb(156, 156, 156);
}
table tr th{
    background-color: rgb(119, 119, 119);
    position: sticky;
    top: 0px;
    height: 50px;
    font-size: larger;
    color: rgb(220, 220, 220);
}
.napomena{
    background-color: rgb(185, 103, 122);
    margin: 0px;
    height: 60px;
    width: 1905px;
    padding: 17px;
    font-size: larger;
    color: rgb(234, 234, 234);
    position: fixed;
    bottom: 0px;
}