body {
    overflow: hidden;
    background-color: rgb(15, 15, 15);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.container {
    width: 130vh;
    height: 100vh;
    background-image: url(img/fonred2.png);
    top: 0vh;
}

.overlay{
    width: 130vh;
    height: 100vh;
    position: relative;
    background-image: url(img/overlay.png);
    background-position: center;
    background-size: 100% 100%;
}

.logo {
    width: 43vh;
    height: 15vh;
    top: 2vh;
    left: 4vh;
    z-index: 900;
    position: relative;
}

.button-news{
    cursor: pointer;
    position: relative;
    z-index: 900;
    width: 22vh;
    height: 11vh;
    left: 47vh;
    top: -11vh;
}

.button-games{
    cursor: pointer;
    position: relative;
    z-index: 900;
    width: 22vh;
    height: 11vh;
    left: 73vh;
    top: -22vh;
}

.button-tg{
    cursor: pointer;
    position: relative;
    z-index: 900;
    width: 22vh;
    height: 11vh;
    left: 100vh;
    top: -33vh;
}

.button-read {
    z-index: 900;
    cursor: pointer;
    position: relative;
    bottom: 0vh;
    left: 0vh;
    width: 25vh;
    height: 8vh;
    background-image: url(img/read.png);
    background-position: center;
    background-size: 100% 100%;
}

.button-read-line {
    position: relative;
    bottom: 17vh;
    left: 23vh;
    width: 55vh;
    height: 20vh;
    background-image: url(img/readline.png);
    background-position: center;
    background-size: 100% 100%;
}

.news {
    width: 55vh;
    position: relative;
    left: 5vh;
    top: -25vh;
}

.game{
    width: 35vh;
    position: relative;
    left: 25vh;
    top: -25vh;
}

.ad{
    width: 28vh;
    height: 45vh;
    position: relative;
    left: 34vh;
    bottom: 23vh;
}

.text {
    font-size: 3vh;
    font-family: Impact;
}

.glow {
    text-shadow: white 1px 0 3px;
}

.header {
    font-size: larger;
    color: white;
    text-shadow: black 3px 0 5px;
}

.paragraph {
    position: relative;
    top: -3vh;
}

.pic1 {
    width: 55vh;
    height: 30vh;
    top: -23vh;
    left: 5vh;
    z-index: 900;
    position: relative;
}

.pic2 {
    width: 22vh;
    height: 21vh;
    top: 0vh;
    left: 2vh;
    z-index: 900;
    position: relative;
}

.right{
    position: absolute;
    right: 0vh;
    top: 23vh;
    width: 64vh;
}

.left{
    position: absolute;
    left: 0vh;
    top: 48vh;
    width: 64vh;
    height: 85vh;
}