.text-white {
    color: #ffffff;
}

.blue-heading {
    margin-top: 120px;
    margin-left: 50px;
    margin-right: 40px;
}

.divider-white {
    border-bottom: 2px solid #ffffff;
    margin: 10px 50px;
}

.bg-blue {
    background-color: #101125;
}

.text-sub {
    font-size: 16px;
    margin: 20px 50px;
}

.bg-blue-2 {
    background-color: #22223c;
}

.insert-info {
    font-style: italic;
    color: #ffffff !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.bg-header {
    background-color: #19429c;
    height: auto;
    text-align: center;
}

.profile-heading {
    display: block;
    text-align: center;
    width: 40%;
    margin: 20px auto;
}

.profile-photo {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 280px !important;
    height: 340px !important;
}

.student-details {
    background-color: #19429c;
    color: #ffffff !important;
    font-size: 20px !important;
}

.text-align-end {
    text-align: end !important;
    color: #f9f796 !important;
}

.text-align-start {
    text-align: start !important;
}
.bg-footer {
    background-color: #19429c;
    height: auto;
    text-align: center;
}

.footer-text {
    display: block;
    text-align: center;
    width: 100%;
    margin: 30px auto;
    font-size: 18px;
    font-style: italic;
}

.footer {
    position: relative;
    margin-top: -150px; /* negative value of footer height */
    height: auto;
    clear:both;
    padding-top:20px;
}

.footer-button:hover {
    color: var(--bs-btn-hover-color);
    background-color: #0B5ED7FF !important;
    border-color: var(--bs-btn-hover-border-color);
}