* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html,
body {
    background-color: #1B1B1B;
    text-align: center;
    width: 100%;
}

#page_name {
    color: white;
    font-size: 40px;
}

.main {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    height: 100%;
}

.leftcontainer {
    width: 200px;
}

.middlecontainer {
    width: 500px;
    margin: 0px 20px;
}

.link {
    margin-left: 10px;
    margin-right: 10px;
}

.link img {
    width: 65px;
}

.posts {
    border: 1px solid black;
    width: 480px;
    height: 100%;
    padding: 10px;
    background-color: white;
}

.rightcontainer {
    width: 200px;
}

#blog {
    text-align: left;
}

#blog li {
    list-style-type: none
}

.blocks {
    height: 200px;
    text-align: center;
}

.menu {
    background-color: white;
    border: 1px solid black;
    width: 180px;
    padding: 10px;
    height: 280px;
    text-align: left;
    flex-direction: column;
    list-style-position: inside;
    display: none;
}

.attention {
    border: 3px solid red;
    padding: 3px 0px;
    display: none;
}

/* game */
.game {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.game img {
    border: 1px solid black;
    width: 96px;
}

.game_info {
    text-align: left;
    margin-left: 5px;
}

.game_name {
    font-weight: bold;
}

.download {
    margin-bottom: 10px;
}

.screenshots img {
    width: 480px
}

footer {
    margin-top: 10px;
    height: 40px;
}