.social-media-icons {
    position: fixed;
    margin: 10px;
    z-index: 999;
}

.social-media-icons a img {
    width: 32px;
    height: 32px;
    margin: 5px;
}

.bottom-right {
    bottom: 10px;
    right: 10px;
}

.bottom-left {
    bottom: 10px;
    left: 10px;
}

.top-right {
    top: 10px;
    right: 10px;
}

.top-left {
    top: 10px;
    left: 10px;
}

.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
