.socials ul{
    position: fixed;
    z-index: 3;
    right: 0;
    top: 40vh;
    background: white;
    border-radius: 10px 0 0 10px;
    padding: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.266);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.socials ul li {
    list-style: none;
}
.socials ul img {
    width: 25px;
}
