.container-stathistic {
    background-color: rgb(250, 219, 161);
    width: 88%;
    height: 100%;
    margin: 0 auto;
    line-height: 80px;
    border-radius: 30px;
    position: relative;
}

.container-stathistictwo {
    background-color: rgb(129, 4, 4);
    width: 60%;
    height: 100%;
    margin: 0 auto;
    border-radius: 30px;
}

.container-stathistic .nota  {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 35px;

}

.container-stathistic .corletra {
    transform: translateX(20px);
    color: rgb(5, 8, 156);
}

.container-stathistic .pont {
    text-align: left;
    font-size: 25px;
    transform: translateX(10px);
}

.container-stathistic .senha {
    transform: translateX(10px);
}

.argolas {
    position: absolute;
    display: flex;
    height: 100vh;
    margin: 0;
    right: 0;
}

.ring {
    width: 100px;
    height: 100px;
    border: 10px solid #ff0000; /* Cor da borda */
    border-radius: 50%;
    position: absolute;
    background-color: transparent;
    box-sizing: border-box;
    transition: transform 0.3s;
}

.ring1 {
    transform: rotate(10deg);
    top:5px;
    right: -610px;
    height: 180px;
    width: 150px;
}

.ring2 {
    transform: rotate(-10deg);
    top: 5px;
    right: -640px;
    height: 150px;
    width: 200px;
    
   
}
.ring3 {
    transform: rotate(20deg);
    top: 5px;
    right: -630px;
    height: 177px;
    width: 200px;
}