body {
    background-image: url("/img/room.jpg");
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} 

.timer {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

h1 {
    font-weight: normal;
    font-size: 3rem;
    margin-top: -10rem;
    flex-wrap: wrap;
}

.text {
    font-weight: bold;
    font-size: 5rem;
    margin: 0 2rem;
    line-height: 1;
}

.timer-elm {
    text-align: center;
}

.timer-elm span {
    font-size: 1.5rem;
}