html, body {
    background: #b30000;
    font-family: Arial, sans-serif;
    height: 100vh;
    margin: 0;
    padding: 0;
}

#else {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

img {
    width: 55px;
    height: 55px;
}

#st {
    background: #700000;
    color: #ffeb3b;
    font-size: 34px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 15px #00000055;
}

#grosbloc {
    background: #700000;
    color: #ffeb3b;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 25px #00000088;
    text-align: center;
    width: 90%;
    max-width: 380px;
}

#result {
    background: #880000;
    color: #ffeb3b;
    height: 50px;
    width: 100%;
    font-size: 26px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    box-sizing: border-box;
    box-shadow: inset 0 0 10px #00000055;
}

button {
    background: #aa0000;
    color: #ffeb3b;
    border: none;
    height: 50px;
    width: 50px;
    margin: 6px;
    font-size: 20px;
    border-radius: 7px;
    cursor: pointer;
    transition: 0.15s ease;
    box-shadow: 0 0 10px #00000055;
}

button:hover {
    background: #bb0000;
}

button:active {
    background: #550000;
    transform: scale(0.95);
}

#c, #e, #p {
    width: 110px;
}

#playButton {
    width: 220px;
    margin-bottom: 15px;
}

#nombrep, #signe, #affichage {
    margin: 0;
    padding: 0;
}

#hub {
    width: auto;
    padding: 8px 18px;
    margin: 20px;
    background: #aa0000;
    border: 1px solid #550000;
    border-radius: 6px;
    font-size: 20px;
    box-shadow: 0 0 10px #00000055;
}

#hub:hover {
    background: #bb0000;
}
