.profile-img {
    height: 20rem;
}
.vh {
    height: 80vh;
}
.nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 3px;
    background-color: #198754;
}
.nav-text:hover {
    color: #198754;
}
.contact-ancor {
    text-decoration: none;
    color: #198754;
}