.main-background-image {

    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.social-links-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.social-links-container .icons {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}