:root{
    --einzug:10px;
}
body{
    font-family: spectral;
}
nav ul{
    display:flex;
    flex-direction: row;
    column-gap: 20px;
}
ul li{
    list-style-type:none;
}

h1{
    font-size: 50px;
    font-weight:bolder;
    text-transform:uppercase;
    text-align: center;
    margin-bottom: 0px;
    letter-spacing: -2px;
}
h2{
    font-size: 35px;
    font-weight:bolder;
    margin-top:0px;
    margin-bottom: 0px;
}
h3{
    font-size: 35px;
    font-weight:lighter;
    margin-left:var(--einzug);
    margin-top: 0px;
}
p{
    padding: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: var(--einzug);
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}
li{
    margin-top:50px;
    text-transform: uppercase;
    font-weight:bolder;
}
.untertitel{
    font-family:spectral;
    text-align: center;
    margin-left: 120px;
    margin-top:0px;
    margin-bottom:20px;
    background-color: white;
}
.spiel{
    margin-left:var(--einzug);
}
.genshin {
    margin-left:40px;
    margin-top: 5px;
    margin-bottom: 100px;
    width:320px;
    height: 300px;
}
.sb{
    width:300px;
    height:300px;
    margin-left:var(--einzug);
}
.mariokart{
    width:200px;
    height:200px;
    margin-top:30px;
    margin-left:var(--einzug);
}
.ssbros{
    margin-left:var(--einzug);
}
.hollowknight{
    width:300px;
    height:300px;
    margin-left:30px;
}
.littlenight{
    margin-top:150px;
    margin-left:15px;
    width:350px;
    height:200px;
}

.container{
    display: grid;
    grid-template-columns: 400px 400px 400px;
    grid-template-rows: 600px 600px;
    margin-left: 30px;
}
.lightbrown{
    background-color: rgb(206, 189, 106);
    width: 380px;
    height:580px;
}
.brown{
    background-color: rgba(219, 183, 136, 0.838);
    width:380px;
    height:580px;
}
.orange{
    background-color: rgb(239, 162, 20);
    width:380px;
    height:580px;
}
.blue{
    background-color: rgba(75, 205, 198, 0.6);
    width: 380px;
    height:580px;
}
.rosa{
    background-color: rgb(248, 206, 156);
    width: 380px;
    height:580px;
}
.brownorange{
    background-color: rgb(219, 170, 109);
    width: 380px;
    height:580px;
}

.container2{
    display: grid;
    grid-template-columns: 400px 400px 400px;
    grid-template-rows: 360px 360px 360px;
    margin-left: 30px;
    grid-template-areas: "infos lieblingschara gameply"
                         ". sound player2"
                         ". ccreator .";
}
.infos{
    grid-area: infos;
    margin-left: 0px;
    margin-right:10px;
}
.sound{
    grid-area:sound;
}
.ccreator{
    grid-area: ccreator;
}
.player2{
    grid-area: player2;
}
.bilder{
    margin-top:20px;
    margin-bottom:20px;
    width:380px;
    height:250px;
}

.container3{
    display:grid;
    grid-template-columns: 200px 200px 550px 200px;
    grid-template-areas:"eins zwei . drei";
    margin-left:20px;
    margin-top: 60px;
}
main{
    display: flex;
    flex-direction: column;
}
.eins{
    grid-area:eins;
    text-transform: uppercase;
    font-weight:bolder;
}
.zwei{
    grid-area:zwei;
    text-transform: uppercase;
    font-weight:bolder;
}
.drei{
    grid-area:drei;
    text-transform: uppercase;
    font-weight:bolder;
}