body {
    background-color: #1E1E22;
    color: white;
    width: 900px;
    font-family: 'barlow', sans-serif;
    font-size: 10pt;
    margin: auto;
    margin-top: 1.25em;
    line-height: 1.5em;
}

a {
    color: #7289A4;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* a:visited {
    color: #7289A4;
} */

/* 
a:hover {
    color: #FF77A9;
    text-decoration: underline;
} */

/* a:active {
    color: #FF2D68;
} */

.main-title-text {
    display: block;
    padding: 25pt 0;
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: white;
    margin-bottom: 5pt;
}

.main-title-image {
    width: 50%;
}

.game {
    position: relative;
    display: table;
    /* border-top: 5px dotted #2A2A2E; */
    box-shadow: 0 0 50px #2A2A2E;
    /* width: 860px; */
    /* padding: 1.5em; */
    width: 100%;
    border-radius: 1em;
}

.game .game-inner {
    /* display: table-row; */
    padding: 2.5em;
}

.game .left {
    display: table-cell;
    height: 100%;
    padding-right: 2.5em;
}

.game .right {
    text-align: right;
    display: table-cell;
    width: 320px;
    height: 100%;
}

.game .right img {
    margin-bottom: 10px;
}

.game .image,
.game .image img {
    position: relative;
    width: 300px;
    height: auto;
}

.game .date {
    color: #A3A3B3;
    padding-bottom: 20pt;
}

.game .title {
    color: #FF4081;
    font-size: 2.5em;
    margin: 0 0 1em
        /* margin: 1.25em 0; */
}

.game .description {
    color: #A3A3B3;
    font-size: 1.25em;
    text-align: left;
}

.game .section {
    margin-bottom: 2em;
}

.game ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /* padding-left: 20pt; */
}

.game .links {
    display: flex;
    gap: 1em;
}

.button {
    font-size: 1.5em;
    border-radius: 0.25em;
    padding: 1em;
    background-color: #2A2A2E;
    color: #E0E0E0;
}

.button:hover {
    background-color: #3A3A40;
}

.button:active {
    background-color: #242426;
}

.button2 {
    font-size: 1.5em;
    border-radius: 0.25em;
    padding: 1em;
    background-color: #B84166;
    color: #EDEDED;
}

.button2:hover {
    background-color: #C75172;
}

.button2:active {
    background-color: #9A2F45;
}

.footer-hr {
    width: 100%;
    margin: 40pt 0 5pt 0;
    border-top: 5px dotted #2A2A2E;
}

.footer {
    margin-bottom: 40pt;
    padding-top: 40pt;
    text-align: center;
}