.fancy-button {
     border-radius: 32px;
     padding-left: 24px;
     padding-right: 8px;
     padding-top: 0px;
     padding-bottom: 0px;
     background: linear-gradient(86deg, #0F2868 -18.97%, #3F66CB 6.07%, #436BD2 15.98%, #1C4AC3 100%);
     width: -webkit-fit-content;
     width: -moz-fit-content;
     width: fit-content;
     border: 3px solid rgba(0, 0, 0, 0.25);
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     cursor: pointer;
     height: 2.1875rem;
     display: flex;
     justify-content: center;
     align-items: center;
     box-sizing: content-box;
}

.fancy-button p {
     font-weight: 800;
     letter-spacing: 3px;
     font-size: 14px;
     text-transform: uppercase;
     color: white;
     margin: 0;
}

.fancy-button i {
     font-size: 2.1875rem;
     color: white;
}

.team-project-container p {
     margin: 0;
}

.team-project-container {
     padding: 12px;
     border-radius: 11px;
     cursor: pointer;
}

.team-project-container:hover {
     background: #7878780b;
}

.team-project-container:hover .team-project-img-highlight {
     opacity: 1;
}

.team-project-img-highlight {
     position: absolute;
     width: 100%;
     height: 50%;
     left: 0; 
     z-index: 1;
     border-radius: 12px;
     opacity: 0;
     transition: all .2s ease-out;
}