@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Jersey+15&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jersey+15&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}
body{

background-image: url(../images/gaming.jpg);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: auto;


}
.left-menu{
    display: flex;
    align-items: center;
    gap:40px;
    

}
.logo{
    color: white;
    font-size: 40px;
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 15px;
    
}
.menu a{
    font-size: 25px;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    color:white;
    padding: 20px;
    
}


.language { 
    font-size: 25px;
    font-family: "Raleway", sans-serif;
    font-weight:200;
    color:white;
    padding:10px 20px 0  340px;
}

.sign-in{
    background-color:rgba(0, 0, 0, 0.603);
    padding: 10px 10px;
    font-weight: 400;
    border-radius: 13px;
    font-size: 13pt;
}

#featured{
    background: rgba(0, 0, 0, 0.623)
    
}

.title{
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    color: white;
    font-size: 50px;
    padding: 70px 0 0 30px;
}


iframe{
    width: 100%;
}

.container2{
    
    margin: 100px 100px;

}
img{
    height: 240px;
    width: 280px;
    border: 4px solid black;
    box-shadow: black 2px;
    margin: 1px;
    




}













/*all divs in wrapper
.wrapper>div{ 
padding: 1rem;
}*/

/* all odd (different children in a div
.wrapper>div:nth-child(odd){ background:"violet"; }*/
/* background-color: rgba(19, 17, 17, 0.589);*/
/* GAPS between grid content
grid-column-gap: 1em;
    grid-row-gap: 1rem;
    ----OR -----
    grid-gap:1rem; >*/

