@font-face {
    font-family: Averta;
    src: url(Averta-Cyrillic-Regular.otf);
}
body {
    background-color: white;
    font-family: Averta, sans-serif;
    margin: 0;
    color: black;
    padding: 0;
}
div .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
div .marking {
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 3px;
    width: 300px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    justify-content: space-between
}
.marking-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 3px;
    width: 300px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}
.marking-time {
    text-transform: lowercase;
}
#calendar {
    height: 75px;
    width: 75px;
    margin-top: 1%;
    margin-left: 1%;
}
header {
    justify-content: center;
    text-align: center;
}
#date {
    color: limegreen;
    font-weight: 700;
}
main {
    margin-top: 1%;
    max-width: 50%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

#info {
    justify-content: center;
    text-align: center;
    font-size: 13px;
}

.bold {
    font-weight: bold;
}
.grawer {
    background-color: #8780BC40;
}
.tampodruk {
    background-color: #C1BA6240;
}
.sitodruk {
    background-color: #77AA9D40;
}
.termotransfer {
    background-color: #C776AE40;
}
.tloczenie {
    background-color: #EB537040;
}
.uv {
    background-color: #69B3BB40;
}
.dtf {
    background-color: #ADD07A40;
}
.sublimacja {
    background-color: #C6784240;
}
div .row {
    display: flex;
    justify-content: center;
}
div .group {
    margin: 10px;
}
div .black {
    background-color: black;
    color: white;
}
#wroc {
    margin-top: 1%;
    background-color: #009fe3;
    border: none;
    color: white;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 30px 10px 30px;
    clear: both;
}
#ekspres {
    text-align: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;

}
.logo {
    max-height: 30px;
    float: left;
    padding-right: 10px;
}
