.DpfFiSvCmSOFZGWgPzRkPKQu {
    margin-top: 30px;
    text-align: center;
    color: var(--light-text-color);
    font-size: 28px;
    font-weight: 400;
}

.MyVFsJvbOWqoydqvWAKNXQVD {
    margin-bottom: 30px;
}

.QfOmuJtoDXqKUZDYqXfbojXw {
    margin: 10px 0 30px 0;
    text-align: center;
    color: var(--light-text-color);
    font-size: 16px;
    font-weight: 350;
}

.QfOmuJtoDXqKUZDYqXfbojXw p {
    text-align: center;
    color: var(--light-text-color);
    font-size: 16px;
    font-weight: 350;
    padding: 3px 0;
}

.selection {
    width: 100%;
    padding: 16px;
    background: var(--dark-bg-color-4);
    border-radius: 20px;
    margin-top: 10px;
}

.selection .xqTxqCEOUDTfbsuycxhumwfw {
    text-align: center;
    padding-bottom: 10px;
    color: var(--light-text-color);
    font-size: 26px;
    font-weight: 400;
}

.selection p {
    color: var(--light-text-color);
    font-size: 16px;
    font-weight: 350;
    line-height: 19px;
    padding: 3px 0;
}

.selection p b {
    font-weight: 500;
    padding-right: 3px;
}

.selection p span {
    font-weight: 450;
    background-color: var(--dark-bg-color-3);
    border-radius: 6px;
    padding: 1px 6px;
}

.selection p span.punishment {
    font-weight: 350;
    background-color: var(--dark-bg-color-3);
    border-radius: 6px;
    padding: 1px 6px;
}

.footer {
    margin-top: 50px;
}


.selection {
    opacity: .5;
    transform: translateY(8px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    will-change: transform, opacity;
}

.visible-selection {
    opacity: 1;
    transform: translateY(0);
}