.fixContainerSocial{
    min-height: calc(100vh - 320px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containerSocial{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.containsSocial{
    display: block;
}
.socialLogo{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #909090;
    margin: 20px;
}
.socialLinkDiscord, .socialLinkFacebook{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 100px;
}
.socialLinkDiscord{
    margin-bottom: 20px;
}
.socialLink{
    width: fit-content;
    height: fit-content;
    margin: 20px;
    color: #aeaeae;
    font-size: 20px;
}
.socialLink p{
    margin: 0;
    padding: 0;
}