body {
    background-color: #ffffff !important;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
}

.hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.sub-nav .nav-link:hover {
    color: #0087ca !important;
}

.itu-img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    align-self: center;
}
