@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300;400;700&display=swap');

body {
    margin: 0px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    background-color: #27695B;
}
h2 {
    font-size: 60px;
    margin: 0px;
    margin-bottom: 15px;
}
.time {
    position: fixed;
    color: #fff;
    right: 20px;
    top: 20px;
    font-size: 60px;
}
.logo {
    position: fixed;
    color: #fff;
    left: 20px;
    top: 20px;
}
span.top-icon svg {
    width: 50px;
    height: 50px;
}
.logo svg {
    width: 135px;
}
img.car-icon {
    width: 55px;
    opacity: 0.8;
}
img.clock-icon {
    width: 41px;
}
.error h2 {
    text-align: center;
    margin-top: 45vh;
}
.main-content {
    height: 100vh;
    width: 94%;
    right: 0px;
    float: left;
    margin-left: 3%;
}
.main-content .container {
    padding: 0px;
    padding-top: 20px;
    margin-top: 50px;
}
.main-content .container .next-item {
    background-color: #fff;
    color: #222;
    border-radius: 6px;
    position: relative;
}
.main-content .container .next-item.yellow {
    background-color: yellow;
}
.main-content .container .item.next {
    padding: 5px 5px 5px 15px;
    margin-bottom: 15px;
}
.main-content .container .item.next span.product {
    position: absolute;
    background-color: #222;
    color: #fff;
    right: 10px;
    top: 13px;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
}
.main-content .container .item.next span.top-icon {
    position: absolute;
    right: 25px;
    top: 25px;
}

.main-content .container .item.next .item-top {
    padding: 15px 0px 20px 0px;
    font-size: 105px;
    font-weight: 800;
}

.main-content .container .item.next .item-content {
    min-height: 40px;
    padding: 20px 20px 20px 0px;
    font-size: 45px;
}

.item.queue {
    position: relative;
    width: 33.3%;
    float:
    left; 
}   