div#imageContainer {
    display: flex;
    gap: 10px;
}

#imageContainer .image-container {
    width: 160px;
    position: relative;
}

#imageContainer button.remove-button {
    position: absolute;
    right: 0;
}


#imageContainer img.preview-image {
    width: 100%;
}

.socialLinksContainer {
    align-items: center;

}

.socialLinksContainer .socialLink{
    width: 30px;

}