html{
    scroll-padding-top: 10rem;
}

.mt-7{
    margin-top: 10rem;
}

.mt-15{
    margin-top: 15rem;
}

.mt-6{
    margin-top: 6rem;
}

li{
    list-style: none;
}

#ServicesHover{
    border: 1.5px solid rgba(255, 255, 255, 0.082);
    transition: border-color 0.3s;
}

#ServicesHover:hover{
    border-color: white;
}

.border-card{
    border: 1.5px solid hsla(0, 0%, 100%, 0.350);
    transition: all 0.3s;
}

.border-card:hover{
    border-color: white;
    transform: scale(1.05);
}