#icon-grid{
    margin-bottom: 0;
}

.spacing{
    margin-bottom: 10rem;
    background-color: rgba(49, 45, 45, 0.15);  
    backdrop-filter: blur(5px);
    border-radius: 1rem;
    border: solid 1px rgba(116, 116, 116, 0.459);
    box-shadow: inset 6px black;
}

.img-bord{
    border-radius: 1rem;
    border: solid 1px rgba(116, 116, 116, 0.459);
}