
h1:hover, .projects-title {
    color: rgb(104, 104, 104);
    scale: 0.98;
}

a:hover {
    color:rgb(86, 124, 236);
    scale: 0.96;
}


h4:hover{
    color: rgb(104, 104, 104);
    scale: 0.96;
}

.status-dot:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: -40px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.53);
    color: rgb(175, 175, 175);
    padding: 6px 6px;
    border-radius: 20px;
    font-size: 0.7rem;
    white-space: nowrap;
    z-index: 10;
    
    scale: 1;
}
.status-dot:hover {
    scale: 1.4;
}



