#socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    margin-bottom: 16px;

    img {
        border-radius: 0;
    }
}

.picture-small {
    width: 50%;
    margin: auto;
}

ul, ol {
    margin-top: -20px;

    ul {
        margin-top: 0;
    }
}