body {
    font-size: 62.5%;
    background-color: #434536;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #CFCBC2;
    text-align: center;
}

.sidebar {
    width: 200px;
    height: 100vh;
    background-color: #136a13;
    color: #fff;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
}

.comcom {
    display: flex;
    margin-left: 200px;
}

.game-link {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border: 2px solid #87987c;
    border-radius: 3px;
    background: linear-gradient(145deg, #97a58d, #97a58d);
    font-family: "Comic Sans MS", "Comic Sans";
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.game-link:hover {
    background: linear-gradient(145deg, #7c9598, #7c9598);
    border-color: #4c5f61;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4), 0 0 18px rgba(0,0,0,0.15);
    transform: scale(1.05);
}

.game-link:active {
    transform: scale(0.98);
}

#col_left, #col_center, #col_right {
    text-align: center;
}

h2, h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 15px;
    color: #E0DED7;
}

.blogImg {
    width: 300px;
    height: 200px;
}

ul li {
    list-style-type: none;
    padding: 6px 0;
    line-height: 14px;
    text-align: center;
    font-size: 1.6rem;
}

.btn_blue, .btn_green, .btn_disabled, .btn_yellow {
    text-align: center;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.btn_blue:hover, .btn_green:hover, .btn_yellow:hover {
    transform: scale(1.05);
}

#footer_text p {
    color: #888;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 20px;
}
