html, body {
    height: 100%;
    width: 100%;
    background: #FFF2F0;
    margin: 0;
    padding: 0;
}

.web-clock_presentation-container {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}