@font-face {
    font-family: main;
    src: url(Gilroy-Medium.ttf);
   }
@font-face {
    font-family: med;
    src: url(Gilroy-Bold.ttf);
   }
@font-face {
    font-family: bol;
    src: url(Gilroy-Black.ttf);
   }
@font-face {
    font-family: lig;
    src: url(Gilroy-Light.ttf);
   }

body {
 margin: 0;
 padding: 0;
 background-color: #101010;
}

.headerlocontitle {
    position: fixed;
    text-align: center;
    z-index: 100;
    width: 300px;
    height: 50px;
    background-color: #090909;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
    padding-top:1%;
    padding-bottom:1%;
    margin: 0;
}
.logocolontitle {
    position: fixed;
    text-align: center;
    z-index: 100;
    height: 50px;
    background-color: #090909;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
    padding-top:1%;
    padding-bottom:1%;
    margin-left:300px;
    min-width: 100%;
}
.logo {
    margin-right:20%;
    margin-top: 10px;
    width: 170px;
    -drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.buttons {
    font-family: main;
    color: white;
    text-decoration: none;
    font-size: 20px;
    margin-top: 17px;
}
.leftmenubuttons {
    display: block;
    width: 300px;
    background-color: #151515;
    min-height: 100vh;
    margin-right: auto;
    position: fixed;
    overflow-y: auto;
    justify-content: space-between;
}
.pustoyblock{
    height: 100px;
    width: 100%;
}
.infotext{
    margin-left: 300px;
    text-align: center;
}
.infotext2{
    background: linear-gradient(0deg, rgba(21,21,21,1) 100%, rgba(0,108,142,1) 0%);
    margin-left: 300px;
    text-align: center;
}
.infotextgame{
    margin-left: 300px;
    text-align: center;
}

.title2 {
    font-family: bol;
    color: aliceblue;
    margin-bottom:0;
    margin-top:0;
}

.title1 {
    font-family: lig;
    color: aliceblue;
    margin-top: 10px;
}
.titlebg {
    font-family: lig;
    color: aliceblue;
    margin-top: 10px;
    background-color: #080808;
    margin-bottom:0;
    padding-top:10px;
}

.title3 {
    font-family: med;
    color: aliceblue;
}
.titlenews {
    font-family: med;
    color: aliceblue;
    margin-top:10px;
    margin-bottom:10px;
}

.textnews {
    font-family: main;
    color: aliceblue;
    margin-top:10px;
    margin-bottom:10px;
}
.datenews {
    font-family: lig;
    color: rgb(82, 82, 82);
    margin-top:10px;
    margin-bottom:10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.biglogo {
    width: 400px
}

button {
    border-radius: 35px;
    width: 300px;
    height: 60px;
    font-size: 25px;
    font-family: lig;
    color: #000000;
    background-color: #ffffff;
    border: none;
    outline: none;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    cursor: default;
    transition-property: background-color color font-size;
    transition-duration: 500ms;
    transition-timing-function: ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button:hover{
    font-size: 22px;
    color: #474747;
    background-color: #dedede;
    cursor: pointer;
}
.leftmenubutton {
    border-radius: 5px;
    margin-left:10px;
    margin-right:10px;
    width: 280px;
    height: 55px;
    font-size: 18px;
    font-family: main;
    color: #ffffff;
    background-color: #282828;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 7px;
    transition-property: background-color color font-size;
    transition-duration: 500ms;
    transition-timing-function: ease;
}

.leftmenubutton:hover{
    font-size: 25px;
    color: #ffffff;
    background-color: #303030;
    cursor: pointer;
}

img{
    -drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.new {
    border-radius: 15px;
    background-color: #282828;
    width: 920px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    display:block;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left:20px;
    margin-bottom: 20px;
}
.newsimg {
    border-radius: 15px;
}
.devs {
    width: 320px;
    display:inline-block;
    height: 690px;
    border-radius: 15px;
    background-color: #282828;
    padding: 10px;
    margin-left: auto;
    margin-right:auto;
}
.devs1 {
    width: 300px;
    display: block;
    position: relative;
    height: 300px;
    border-radius: 15px;
    background-color: #fc4c4c;
    padding: 10px;
    margin-bottom:10px;
}
.devs2 {
    display: inline-block;
    width: 300px;
    height: 300px;
    border-radius: 15px;
    background-color: #8a4cfc;
    padding: 10px;
    margin-bottom:10px;
}
.gamesrow {
    width: 100%;
    background-color: #080808;
    padding-bottom:10px;
    padding-top: 10px;

}
.gameinrow {
    border-radius: 8px;
    width: 250px;
    margin-top:3px;
    margin-bottom:10px;
    margin-left:5px;
    margin-right:5px;
    box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.067);
    filter: grayscale(35%);
    transition-property: filter transform perspective;
    transition-duration: 400ms;
    transition-timing-function: ease;
    transform: skewy(0deg);
    transform: skewx(0deg);
    perspective: 500px;
    cursor: default;
}
.gameinrow:hover {
    filter: grayscale(0%);
    transform: skewy(2deg);
    transform: skewx(2deg);
    perspective: 100px;
    cursor: pointer;
}
.gameinrowfree {
    border-radius: 8px;
    width: 250px;
    margin-top:3px;
    margin-bottom:10px;
    margin-left:5px;
    margin-right:5px;

}
.gamebg{
    width: 100%;
    border-radius: 35px 35px 0 0;
    filter:blur(0px);
    z-index: 1;
}
.gamedesc{
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
}