body {
    background-image: url("assets/img/bg4.jpg");
    background-size: cover;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.header {
    background-color: #000000;
    opacity: 90%;
    padding: 0px;
    text-align: center;
    position: relative;
}
.header h1 {
    margin-top: 0;
    font-size: 36px;
    color: #ffffff;
}
.header .qr-code {
    position: relative;
    text-align: left;
    margin-left: 15;
}
.header .date-time {
    position: relative;
    text-align: right;
    margin-right: 15;
}

.welcome-text {
    color: #D19A40;
    font-size: 24px;
    font-weight: 700;
}
.choose-text {
    margin: 20px;
    font-size: 20px;
    text-align: center;
}
.hr-lines{
    position: relative;
    max-width: 500px;
    margin: auto;
    padding: 20px;
    text-align: center;
}

.hr-lines:before{
content:" ";
height: 2px;
width: 130px;
background: #D19A40;
display: block;
position: absolute;
top: 50%;
left: 0;
}

.hr-lines:after{
content:" ";
height: 2px;
width: 130px;
background: #D19A40;
display: block;
position: absolute;
top: 50%;
right: 0;
}
.date-time {
    text-align: right;
    position: relative;
}
.card {
    background-color: #ffffff;
    color: #000000;
    border-radius: 10px;
    margin: 20px 5px 5px 0;
    text-align: center;
    position: relative;
}
.card .current-call {
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.card .current-call h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    background-color: #D19A40;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.card .current-call .ticket-number {
    font-size: 120px;
    font-weight: 700;
    margin: 10px 0;
}
.card .current-call .counter {
    font-size: 40px;
    padding-bottom: 5px;
    color: #d4a017;
    font-weight: 700;
}
.card .loket {
    margin-top: 6;
    font-size: 20px;
    color: #D19A40;
    font-weight: 700;
}
.card .number {
    font-size: 45px;
    font-weight: bold;
    padding: 5px;
}
.card .description {
    background-color: #D19A40;
    color: #000000;
    font-weight: 700;
    padding: 8px;
    border-radius: 0 0 10px 10px;
}
.footer {
    font-size: 20px;
}