body {
    background-color: #011620;
    color: white;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;

    font-family: "Arial";

    height: 100vh;
    margin: 0;
}

.wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.clock, .lesson, .wth, .cd {
    width: 350px;
    height: 220px;
    box-sizing: border-box;
    background-color: #0b6c8a;
    padding: 20px 0;
    border-radius: 15px;
    gap: 10px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.clock-time, .lesson-time, .cd-days-wr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.clock-hm, .lesson-time-ms, .cd-days, .wth-temp {
    font-size: 64px;
    line-height: 1;
    font-weight: bold;
}

.clock-s {
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
    margin-left: 5px;
}

.date, .lesson-no, .weekday, .wth-desc {
    font-size: 34px;
    line-height: 1;
}

.cd-title {
    font-size: 22px;
    line-height: 1;
}

.wth-temp {
    font-weight: bold;
}

.wth-icon {
    height: 64px;
    width: 64px;
}

.logo-liceum {
    height: 70px;
    margin-left: 80%;
    position: absolute;
}

.logo-technikum {
    height: 105px;
    margin-right: 80%;
    position: absolute;
}