body {
    background-color: #212529;
    color: #fff;
}

div.carta img {
    width: 100%;
    border: 0;
}

div.punti {
    font-size: 28px;
    text-align: end;
}

div.carta {
    padding-left: 5px !important;
    padding-right: 5px !important
}

#form1 {
    padding-left: 10px !important;
}

.bottom {
    padding-left: 10px !important;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%
}

.hand {
    position: relative;
    width: 100px; /* Regola la larghezza in base alle tue esigenze */
    height: 80px; /* Regola l'altezza in base alle tue esigenze */
}

.card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: bottom center;
}

.full-height {
    height: 100vh; /* Altezza del viewport */
}
