﻿body {
}

.bio-content {
/*    padding-left: 15px;
    padding-right: 15px;*/
    height: 100%;
    display: flex;
    align-content:center;
    align-items:center;
 
}
#content-list{
    height:100% !important;
}
#About_scroll{
    height:100%;
    overflow-y:scroll;
 

}
#About_scroll {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    #About_scroll::-webkit-scrollbar {
       width:2px;
       
       background-color:#fff;
       border-color:#000;
       border:1px;
       
    }
    #About_scroll::-webkit-scrollbar-thumb {
        background: #888;
    }
    #About_scroll::-webkit-scrollbar-thumb:hover {
        background: red;
    }
    #About_scroll p, #contact_info p {
        margin-bottom: 0px;
        word-wrap: break-word;
    }