.social-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 100px;
    height: 50px;
    width: 100%;
    background-color: var(--main-color);
    color: white;
    z-index: 99990;
}

.social-content {
    position: fixed;
    top: 160px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.social-content-main-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.social-content-main-area-footer {
    color: rgb(71, 71, 71);
    margin-top: 250px;
}

:root {
    --main-color: rgb(65, 65, 250);
}