body,
html,
* {
    box-sizing: border-box;
}

body {
    padding: 50px;
    margin: 0;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

.content-outer {
    width: 100%;
    height: calc(100vh - 100px);
    border: 10px solid #B1E0FA;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.logo {
    position: absolute;
    left: 120px;
    top: 120px;
}

.image-linie-1 {
    position: absolute;
    top: -30px;
    right: -40px;
}

.image-linie-2 {
    position: absolute;
    left: -40px;
    bottom: 10px;
}

.image-3 {
    position: absolute;
    right: -111px;
    bottom: 50px;
    width: 2870px;
}

#clock {
    font-size: 180px;
    display: flex;
}

.clock-inner {
    position: relative;
}

#clock-hours span {
    letter-spacing: 202px;
    margin-right: -122px;
}

.frames {
    position: absolute;
}

.frame-1 {
    top: -75px;
    left: -110px;
}

.frame-2 {
    top: -75px;
    left: 0px;
}

.frame-3 {
    top: -75px;
    left: 655px;
}

.frame-4 {
    top: -75px;
    left: 1015px;
}

.frame {
    position: absolute;
    box-shadow: 0px 3px 12px #B1E0FA;
    border: 5px solid #B1E0FA;
    width: 303px;
    height: 370px;
}

#clock-minutes span {
    letter-spacing: 250px;
    margin-left: 15px;
}


.clock-holder {
    font-size: 180px;
    display: flex;
    color: #545454;
    font-weight: 700;
    justify-content: center;
}

.with-frame {
    width: 303px;
    height: 370px;
    box-shadow: 0px 3px 12px #B1E0FA;
    border: 5px solid #B1E0FA;
    display: flex;
    justify-content: center;
    align-items: center;
}

.separator-clock {
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    color: #B1E0FA;
    font-weight: 800;
}

.first-char-hour.with-frame,
.first-char-minute.with-frame {
    margin-right: 25px;
}

.date {
    font-size: 200px;
    font-weight: 700;
    color: #545454;
}

.date-inner {
    margin-bottom: 95px;
}

.text-under-clock-outer {
    font-size: 150px;
    text-align: center;
    margin-top: 220px;
    font-weight: 600;
    color: #545454;
}

.content-inner {
    position: relative;
    top: 60px;
}