#selectCategories{
    display: flex;
    flex-direction: column;
        align-items: center;
        justify-content: center;
}

.category {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 5px;
}

.category input{
    margin: auto 0;
}

#game{
    width: 100%;
}

#newGame{
    width: 100%;
}

#letter{
    text-align: center;
    border: 1px solid #66ffcc;
    border-radius: 6px;
    margin-bottom: 20px;
}

input.points{
    width: 4ch;
}