
#start-btn {
    padding: 10px 20px;
    font-size: 1.2rem;
    background-color: #ffaa00;
    color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
    font-weight: bold;
    transition: background-color 0.2s;
}

#start-btn:hover {
    background-color: #ff8800;
}






/* Start Game Interface Suppression */
#btn-start-game,
.start-game-btn,
#start-btn {
    display: none !important;
}
