body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

a:hover {
    text-decoration: none;
}

.v-divider {
    border-right: 1px solid #bebfc0;
}

.srch-input {
    width: 200px;
}

.first-header {
    height: 30;
}
.second-header {
    height: 30;
    background-color: #bebfc0;
}

.bg-menu {
    background-color: #003a5f !important;
}

.more-info-link:hover {
    color: #bebfc0;
}

.title-in-numbers {
    height: 75px;
}

.welcome {
    margin-top: 60px;
}

.stats-div {
    width: 200px;
    border: 2px solid gray;
    background-color: gray;
    color: white;
    padding: 3px;
    font-size: 20px;
}

.font-32 {
    font-size: 32px;
}

.apply-section {
    background: rgb(160, 231, 235);
    background: linear-gradient(
        90deg,
        rgba(160, 231, 235, 1) 0%,
        rgba(114, 220, 234, 1) 35%,
        rgba(97, 217, 234, 1) 100%
    );
}

.looking-box {
    width: 500px;
    border-radius: 10px;
    background-color: white;
    border: 2px solid #c4f2f0;
    padding: 15px;
}

.research-center-box {
    border-radius: 10px;
    background-color: white;
    width: 70%;
}

.research-pic {
    background: url('/image/rpic.jpg');
    background-size: cover;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.position-abs {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.title-health {
    border-radius: 10px;
    background-color: white;
    color: #003a5f;
    padding: 5px;
    width: 85%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -12px;
    font-weight: bold;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -12px;
}
#footer_block{
background-color: #ffffff00 ;
width:100% !important;
}
#footer{
background: #ffffff00;
}
