*{
    box-sizing: border-box;
}
.početna{
    background-color: antiquewhite;
}
h1{
    text-align: center;
    font-size: 50px;
}
p{
    font-size: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: left;
}
.primjer{
    margin: 0 auto;
    width: 200px;
    background-color: aqua;
    padding: 40px;
    font-size: 30px;
    border-radius: 30px;
    border: 7px double red;
}
.primjer a:hover{
    color: red;
}
table{
    width: 2000px;
    font-size: 20px;
    text-align: center;
}
th{
    width: 1950px;
    height: 60px;
    background-color: green;
    text-align: center;
    position: sticky;
    top: 0;
}
.matija{
    border: 0;
    background-color: rgb(145, 142, 142);
}
.ante{
    background-color: rgb(110, 110, 110);
}
.roko{
    background-color: rgb(65, 64, 64);
}
.footer{
    width: 2000px;
    height: 70px;
    background-color: blueviolet;
    text-align: center;
    padding: 15px;
    position: fixed;
    bottom: -25px;
}