@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body, html{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: url("https://i.mycdn.me/getVideoPreview?id=1560137894476&idx=7&type=39&tkn=ykMBnndYPwkJlni3--zqTnVpvrU&fn=vid_x");
    background-size: cover;
}

#menu{
    list-style: none;
    margin: 0;
    height: 100%;
    width: 50%;
    margin: auto;
    text-align: center;
}

button{
    padding: 0;
    border-radius: 20px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0);
    margin-top: 20px;
    height: 40px;
    margin-left: 20px;
    transition: all .5s;
}

button:hover{
    background-color: #fff;
}

a{
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    transition: all .5s;
}

a:hover{
    color: #181818;
}

header{
    background: #181818;
    height: 80px;
}

.games{
    background: #181818;
    width: 800px;
    border-radius: 30px;
    height: 1650px;
    margin: auto;
    margin-top: 100px;
    padding: 15px;
}

.reviews{
    background: #181818;
    width: 800px;
    border-radius: 30px;
    max-height: 1000px;
    margin: auto;
    margin-top: 100px;
    padding: 15px;
}

.review{
    background: #000;
    width: 200px;
    max-height: 400px;
}

.review img{
    width: 50px;
    height: 50px;
}

.container{
    background: #181818;
    width: 400px;
    border-radius: 30px;
    height: 200px;
    margin: auto;
    margin-top: 100px;
    padding: 15px;
}

.rotten{
    background: url("http://nelofficial-inc.7m.pl/media/Rotten.jpg");
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.eleven{
    background: url("http://nelofficial-inc.7m.pl/media/eleven.jpg");
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.tatmd{
    background: url("http://nelofficial-inc.7m.pl/media/TATMD.jpg");
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}
.solarsys{
    background: url("http://nelofficial-inc.7m.pl/media/GalaxyExploration.jpg");
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.games button{
    margin-left: 325px;
    margin-top: 250px;
}