#contact {
    text-align: center;

}

#contact p {
    text-align: center;
}

.socials {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin:  0 auto;
}

.plectrum_container
{
    max-height:15vh;

    aspect-ratio: 1/1;
    position: relative;
    
    transition: transform 800ms;
}

.plectrum_container:hover {
    transform: scale(1.05);
}
.plectrum_container a
{
    width: 100%;
    height: 100%;
}

.plectrum 
{
    height: 100%;
    width: 100%;
}
.plectrum img
{
    width: 100%;
    height: 100%;
}

.plectrum_social
{
    position: absolute;
    width: 50%;
    top: 15%;
    Transform: translate(-50%, 0);
    left: 50%;
}
.plectrum_social img
{
    height: 100%;
    width: 100%;
}


.links
{
    margin: 0 auto;
    height: auto;
    display: flex;
    width: 70%;
}
@media (max-width: 768px) {
    .links {
        width: 100%;
    }
}
.links a
{
}

.link
{
    width: 25%;
}