footer{
    background-color: #202020;
    height: auto;
    width: 100%;
    
}
.socials{
    margin: 55px 50px 0px 69px;
}
.socials i{
    font-size: 27px;
    color: #e7e7e7;
    padding: 45px 5px 25px 5px;
}
.footerLinks{
    margin: 12px 50px 25px 69px;
}
.resources p, .madeByEpic p{
    color: #454545;
    font-weight: 700;
    padding: 2px 0 2px 10px;
}
.containers a{
    color: #e7e7e7;
    padding: 5px 0 2px 10px;

}
.containers{
    display: flex;
    flex-direction: row;
}
.c{
    display: flex;
    flex-direction: column;
    padding-right: 25px;
}
.madeByEpic{
    margin-top: 35px;
}
.line{
    height: 0.1px;
    width: 90%;
    background-color: #8A8A8A;
    align-self: center;
    margin: auto;
}
.copyright{
    margin: 35px 50px 0px 50px;
    width: 50%;
    padding-left: 25px;
    line-height: 25px;
    font-size: 15px;

}
.copyright p{
    color: #e7e7e7;
    font-weight: 100;
}
.tosNLogo{
    display: flex;
    margin: 35px 50px 0px 50px;
    justify-content: space-between;
}
.tos{
    display: flex;
    justify-content: space-around;
}
.tos a{
    padding: 5px 25px;
    color: #8A8A8A;
}
.logo{
    display: flex;
    align-items: center;
    justify-content: end;
    
}
.logo img{
    width: 40px;
    height: auto;
    padding: 10px;
    padding-bottom: 20px;
}