* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'ChopsUey';
    src: url('../fontovi/ChopsUey.woff2') format('../fontovi/woff2'), url('../fontovi/ChopsUey.woff') format('woff'), url('../fontovi/ChopsUey.ttf') format('truetypefont');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background: #000;
    margin: 0;
    font: 16px Verdana, Arial, sans-serif;
    color: white;
    line-height: 1.5;
}

h1 {
    font-family: ChopsUey, sans-serif;
    font-size: 50px;
    margin-bottom: 50px;
    color: red;
    text-align: center;
}

h2 {
    font-size: 20px;
}

.page {
    width: 1200px;
    margin: 0 auto;
}

.red {
    display: flex;
    margin: 0 -15px;
}

.margina-gore20 {
    margin-top: 20px;
}

.kolona50 {
    width: 50%;
    margin: 0 15px;
}

.kolona60 {
    width: 60%;
    margin: 0 15px;
}

.kolona40 {
    width: 40%;
    margin: 0 15px;
}

.text-justify {
    text-align: justify;
}

.zaglavlje .active-page {
    color: rgb(200, 0, 0);
}

.zaglavlje {
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.zaglavlje a {
    margin: 0 10px;
    text-align: center;
    font-weight: 500;
    font-size: 1.2em;
    color: white;
    text-decoration: none;
    flex-grow: 1;
}

.zaglavlje a:hover {
    color: red;
}

.logo {
    height: 200px
}

.social-button svg {
    font-size: 2.5rem;
    color: white;
    overflow: visible;
    width: 45px;
    height: 45px;
    vertical-align: baseline;
}

.mapa {
    display: flex;
    flex-direction: column;
}

.prazanred45 {
    margin: 50px 15px 0px 15px;
}

.video {
    margin: 0 auto;
    display: block;
}

.scale:hover {
    transform: scale(2)
}

table {
    /* border-collapse: collapse; */
    border-spacing: 0px;
    empty-cells: show;
    table-layout: fixed;
    width: 700px;
    height: 150px;
}

.tablelittle {
    /* border-collapse: collapse; */
    border-spacing: 0px;
    empty-cells: show;
    table-layout: fixed;
    width: 700px;
    height: 90px;
}

td {
    border: 1px solid white;
    padding: 13px;
    text-align: center;
}

th {
    color: rgb(109, 100, 197);
    font-size: 15px;
}

.text-center {
    text-align: center;
}

.mb-60 {
    margin-bottom: 60px;
}

.crveno {
    color: rgb(241, 8, 39);
}

.belaslova {
    color: white;
}

.sivired {
    background-color: rgb(66, 66, 66);
}

.tekstbox {
    width: 480px;
    height: 80px;
    border: 2px solid red;
    border-radius: 10px;
    margin: 20px 0px 0px;
    box-shadow: inset 0px 0px 4px 2px white
}

.flexcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}