#usernameInput {
    padding: 10px;
    margin: 15px 0;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    border: 1px solid var(--accent);
}

#startGameButton {
    background-color: #4caf50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
}

#startGameButton:hover {
    background-color: #45a049;
}

.name-form {
    width: 70%;
}
