#dataRank a{
    display: flex;
    justify-content: space-between;
}
#ul1 {
    
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#ul1 img{
    width: 80px;
    height: 80px;
    object-fit:fill;
}
#ul2 img{
    width: 80px;
    height: 80px;
    object-fit:fill;
}
#ul3 img{
    width: 80px;
    height: 80px;
    object-fit:fill;
}
#open-data-style {
    cursor:default;
}

body{
    background-color: #ffffff;
}

body.modal-open {
    overflow-y: auto !important;
    padding-right: 0 !important;
}