@font-face {
    font-family: 'Righteous';
    src: url('font/righteous.regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}  

body{
    background-color: #d4213d;
    justify-content: center;
    display: flex;
}

a {
    color: inherit;
    text-decoration: inherit; 
}

main{
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    text-align: center; 
    background-color: white;
    font-family: "Righteous";
    font-size: 2.5em;
}

#social_media{
    display: flex;
    flex-direction: row;
}

#facebook_logo{
    width: 10vw;
    height: auto;
}

invites{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;    
}

header{
    display: flex;
    background-color: #d4213d;
    color: white;
    padding: 15px;
    margin: 20px;
    margin-bottom: 10px;
    justify-content: space-between;
}

#futnet_logo{
    width: auto;
    height: 6em;
}

content{
    margin: 20px;
    margin-top: 10px;
    border-color: white;
}

.content_pic#pic_left{
    margin-right: 10px;
}

.content_pic#pic_right{
    margin-left: 10px;
}
/* .content_pic{
    width: 35vw;
} */

content{
    display: flex;
    flex-direction: row;
}

#join_us_text,#play_together_text{
    text-align: right;
}

#play_together_text{
    font-size: 0.6em;
}

footer{
    background-color: #d4213d;
    /* width: 704px; */
    margin: 20px;
    margin-top: 0px;
}

#social_media img{
    height: 2.1em;
    width: auto;
    padding: 0.2em;
}

#social_media{
    justify-content: right;
}

.sponsors {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-right: 0px;
    padding-bottom: 0px;
    margin: 15px;
}

/* color background logo: #d4213d*/