:root{
    --color1: #26272c;
    --color2: rgb(26, 27, 32);
    --color3:#c2c2c4;
    --fontsize: 15px;
    --fontsize1: 25px;
    --white: white;
}

body{
    background: var(--color2);
}

.link{
    text-decoration: none;
}

.img{
    object-fit: cover;
}

section{
    width: 100%;
    display: flex;
    justify-content: center;
}

.container{
    width: 1200px;
    padding: 100px 0;
}

.title{
    text-align: center;
}

/* MENU */
.section__menu{
    background: var(--color1);
}

.menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 150px;
    padding: 0;
}

.img__logo{
    width: 75px;
}

.link__menu{
    font-size: var(--fontsize1);
    margin: 20px;
    color: var(--color3);
}

.link__menu:hover{
    color: white;
    transition: .5s;
}

/* BANNER */

.title__banner{
    padding: 15px;
    font-size: 24px;
    color: white;
    text-transform: uppercase;
}

.title1__banner{
    padding: 15px;
    color: white;
    font-size: 22px;
}

.text__banner{
    padding: 10px;
    color: white;
    font-size: 18px;
}
/* NEWS */
.card{
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.title1{
    font-size: 14px;
    color: white;
}

.img__news{
    width: 250px;
    height: 150px;
    border-radius: 15px;
}

.news{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* CYBERSPORT */
.game1{
    background: var(--color1);
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    margin-top: 10px;

}

.text__team-game{
    width: 50px;
}

.game1__team1{
    font-size: 20px;
}

.game1__team2{
    font-size: 20px;
}

.game1__time{
    font-size: 12px;
}

.text_game1{
    font-size: 16px;
}

.img__cybersport{
    width: 25px;
}

.title__cybersport{
    font-size: 30px;
    color: white;
}
/* mems */

.img__mems{
    width: 33%;
    padding: 10px;
}

.content__mem1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.title__mems{
    font-size: 30px;
    padding: 30px;
    color: white;
}

/* FOOTER */
.container__footer{
    height: 125px;
    padding: 0;
}
.section__footer{
    background: var(--color1);
}

.wrap__footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link__footer{
    color: var(--color3);
    font-size: 16px;
}

.link__footer:hover{
    color: white;
    transition: .5s;
}

.img__footer{
    width: 30px;
}
