.flex-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.simple-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.simple {
    color: #eb5202;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    margin: 5px 2px;
    align-items: center;
}

.fs-22 {
    font-size: 22px;
}

.fs-20 {
    font-size: 20px;
}

.fs-45 {
    font-size: 45px;
    font-weight: bold;
}

.fs-45b {
    font-size: 45px;
}

.fs-10 {
    font-size: 10px;
}

.simple-txt1 {
    font-family: Arial, Arial Bold, Gadget, sans-serif;
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
}

.simple-txt2 {
    align-self: flex-start;
    line-height: 1;
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.circle {
    width: 150px;
    height: 150px;
    border: 1px solid #846add;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 5px;
    display: flex;
    flex-direction: column;
    color: #000000;
    line-height: 1;
}

.circle-txt1 {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 5px;
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
}

.circle-txt2 {
    font-size: 20px;
    text-transform: uppercase;
}

#litera_cortina-clock {
    margin: 20px auto;
    z-index: 99999;
    position: relative;
}

.litera_cortina-wrapper li {
    list-style: none;
}

.litera_cortina-wrapper,
.litera_cortina-preview-wrapper {
    margin: auto;
}