* {
    margin: 0;
    padding: 0;
}

body {
    color: white;
    background-color: black;

    height: 100vh;

    overflow-y: hidden;
}

.static {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

.select-holiday {
    top: 0.2rem;
}

.count-down {
    bottom: calc(50% - 8rem);
}

.container {
    box-sizing: border-box;

    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    
    width: 100%;
    height: 100%;
}

.message-container {
    text-align: center;

    padding: 0.2rem 5rem;
    font-size: 4rem;

    white-space: nowrap;
}
