.main-background-image {
    height: 100%;
    width: 100vw;
    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;
}