.main-area-0 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    /*border: 3px solid blue;*/
}

/*====================================================================================================================*/

.main-game-socials-area-0 {
    width: 40%;
    padding-top: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*border: 3px solid red;*/
}