#links {
    text-align: center;
    text-decoration: none;
    border-radius: 15em;
    margin: 0 rem 0;
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;  
}


.logo {
    margin-top: 15vw;
    width: 15vw;
    max-width: 80px;
    border-radius: 50%;
    border: 2px transparent solid;
    box-shadow: 10px 10px transparent;
}

.logo:hover {
    border: 2px rgb(121, 56, 56) solid;
    border-right-style: groove;
    color: rgb(10, 9, 9);
    box-shadow: 10px 10px;
}