@font-face {
    font-family: apercu-regular;
    src: url("/fonts/apercu-regular.otf")
}

.maintext {
    font-family: apercu-regular;
    color: #5B6770;
    font-size: 48px;
    text-align: center;
}

.timer {
    font-family: apercu-regular;
    color: #5B6770;
    font-size: 64px;
    text-align: center;
}

.row {
    display: flex;
    justify-content: center;
}

.column {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
