input[type="text"] {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 5px;
    font-size: 1.5rem;
    border: 2px solid black;
}

.timer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gameContainer {
    display: none;
}

.inputs {
    padding-left: 5vw;
    display: block;
}

.definition {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 5px;
    font-size: 2rem;
    font-weight: bold;
}

.loading {
    text-align: center;
}

.word {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}