
#sorteos {
    max-width: 90%;
    min-width: 20%;
    padding: 20px;
}

.title-1 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin-top: 10px;
    font-weight: bold;
    color: #FF4713;
}

.description1 {
    text-align: center;
    font-size: 20px;
    color: #000000;
    margin-top: 10px;
}

.title-2 {
    width: 100%;
    border-radius: 30px;
    background-color: #1EB4E6;
    color: #FFFFFF;
    font-size: 24px;
    margin-top: 15px;
    padding: 5px 0px;
}

.item-winner {
    width: 100%;
    overflow-y: auto;
    margin-top: 15px;
    font-size: 17px;
}