
.hsp-game {
    background: #1a1124;
    padding: 20px;
    border-radius: 10px;
    width: fit-content;
    color: white;
}
.hsp-grid {
    display: grid;
    grid-template-columns: repeat(5, 50px);
    grid-gap: 5px;
    margin: 10px 0;
}
.hsp-symbol {
    width: 50px;
    height: 50px;
}
button {
    padding: 10px;
    margin: 5px;
    background: #e6007e;
    color: white;
    border: none;
    border-radius: 5px;
}
