body {
    background-color: #252525;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
div {
    background-color: #fcfcfc;
    position: relative;
    font-weight: 700;

}
.header {
    border-radius: 10px;
    background-color: #fcfcfc;

}
.seti {
    background-color: red;
    color: white;
    font-size: 100px;
    width: 50px;
    height: 130px;
    float: left;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;

}
.tocke {
    color: black;
    background-color: #fcfcfc;
    font-size: 300px;
    width: 350px;
    height: 400px;
    float: left;
    border-radius: 30px;
    padding: 10px;
    margin: 10px;
}

.split {
    background-color: rgb(26, 26, 26);
    width: 50%;
    height: 100%;
    position: fixed;
    top: 50;
    overflow-x: hidden;
    padding-top: 20px;
}
/* Control the left side */
.left {
    left: 0;
}

/* Control the right side */
.right {
    float:right;
    right: 0;
}
  
  /* If you want the content centered horizontally and vertically */
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
input {
    border: none;
    border-radius: 10px;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    width: 45%;
    
    
}
.dno {
    position: fixed;
    width: 100%;
    height: 30px;
    bottom: 0px;
    border-radius: 10px;
}
button {
    background-color: #2e2e2e;
    height: 25px;
    border-radius: 10px;
    color: white;
}
button:hover {
    background-color: #ff7300;
}

.timeOutFrame {
    position: absolute;
    color: white;
    width: 70px;
    height: 150px;
    background-color: rgb(26, 26, 26);;

}
.timeOutFrame.domaci {
    
    left: 10px;
    top: 300px;
 
}.timeOutFrame.gosti {
    
    right: 10px;
    top: 300px;
 
}

.timeOut {
    position:absolite;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: white;

}