a:visited, a:hover, a:active, a:focus {
   color: yourColor !important;
   text-decoration: none !important;
   outline: none !important;
}



.project-box:hover{
    scale: 1.05;
    filter: drop-shadow(20px 10px 5px);

}

.project-box{
    transition: scale 0.2s;
    transition: filter 0.2s;
    filter: drop-shadow(10px 10px 5px);
    max-width: 50%;
    min-width: 450px;
}
.project-container{
    max-width: 98%;
}

.sm-drop-shadow{
    filter: drop-shadow(5px 5px 5px);
    transition: filter 0.2s;
}
.sm-drop-shadow-static{
    filter: drop-shadow(5px 5px 5px);
    transition: filter 0.2s;
}
.sm-drop-shadow:hover{
    filter: drop-shadow(7px 5px 5px);

}

.gradient{
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: -100;
    height: 80%;
}

.hover_scale:hover{
    scale: 1.05;

}
.hover_scale{
    transition: scale 0.2s;
    transition: filter 0.2s;
}

.profile-icon{
    max-width: 150px;
    max-height: 150px;
}

.company-logo{
    max-width: 40%;
    min-width: 300px
}

.link-container a img{
    width: 50px;
    height: 50px;
}

.w-20{
    width: 20% !important; 
}


.w-15{
    width: 15% !important; 
}

.w-10{
    width: 10% !important; 
}

.name-text{
    width: 250px;
}

.link-container{
    width: 300px;
    align-self: center;
}

.signup-text{
    max-width: 450px;
}