:host {
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: '8bit';
    font-size: 200%;
    font-weight: bold;;
    -webkit-text-stroke: 1px white;
    text-shadow: 0px 0px 10px white;
    color: black;

    user-select: none;
}

#countdown {
    padding: 20px;
    margin-bottom: 100px;
}