html, body{
    height: auto;
}
body{
    background: linear-gradient(185deg, #120059 0.45%, #4D0090 95.64%) !important;
    padding-bottom: 0px;
}

.one_info{
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
}
.gender_btn{
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
}