.char {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.untyped {
    color: black;
    font-weight: bold;
}

.typed {
    color: red;
    font-weight: bold;
}

.active-word {
    background-color: lightblue;
}

.active-char {
    text-decoration-skip-ink: none;
    text-decoration: underline;
}

.word-holder {
    font-size: 40px;
    position: absolute;
}

#game {
    height: 350px;
    width: 1200px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-left: 5vw;
    margin-right: 5vw;

    border-color: red;
    border-style: solid;
    border-radius: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#deathbox {
    border-color: black;
    border-style: solid;
    border-radius: 5%;
    text-align: center;
    white-space: wrap;
    overflow-wrap: break-word;
    width: 120px;
    height: 120px;*/
    opacity: 1;
    z-index: 1;
    background-color: beige;
    font-size: 40px;
}

.being-removed {
    background-color: lightgreen;
}


body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
