

::selection {
    background: #e64949;
    color: white;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: black;
}

::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 10px;
    transition: 0.2s;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #505050;
    transition: 0.2s;
}

html, body {
    margin: 0;
    height: 100%;
    width: 100%;

}

div {
    display: block;
}

.main-container {
    width: 100%;
}

.sticky + .main-container {
    padding-top: 60px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.main-post-container {
    padding-bottom: 20px;
}

a.link {
    text-decoration: none;
    color: #ffd800;
}

a.link:hover {
    color: #e2c102;
}

.main-post-title {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    font-size: 40px;
    font-weight: bolder;
}

.main-post-author {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: normal;
}

.main-post-author a {
    text-decoration: none;
    color: #ffd800;
}

table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #ffc400;
    text-align: left;
}

td, th {
    padding: 10px;
    border-right: 2px solid #ffc400;
}

td {
    font-weight: normal;
}

th {
    font-weight: bold;
    border-bottom: 2px solid #ffc400;
}

.news-section-title {
    max-width: 1480px;
    margin: 0 auto;

    font-size: 25px;
}

.post-section {
    max-width: 1400px;
    margin: 0 auto;

    border-radius: 10px;
    margin-bottom: 10px;

}

.post-section-title {
    margin-bottom: 20px;
}

.post-section a {
    text-decoration: none;
}

.post-img img {
    width: 350px;
    height: 200px;
}

.post-content {
    display: flex;
    flex-direction: row;
    min-width: 1400px;
}

.post-container {
    height: 200px;
    margin-top: 10px;
}

.post-container:hover {
    background-color: #202020;
}

.post-title {
    color: white;
    text-decoration: none;
    margin-left: 20px;
    width: 40%;
    font-size: 28px;
    height: 100%;
}

.post-desc {
    color: #9e9e9e;
    font-size: 20px;
    width: 50%;
    height: 100%;
}

.post-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
}

.post-author {
    color: #ffd800;
    margin-right: 10px;
    font-weight: bold;
}

.post-date h3 {
    font-weight: normal;
}

hr {
    max-width: 1500px;
    margin: 40px auto;
}

.post-title, .post-desc, .post-info {
    margin-top: 10px;
}

.game-section-items {
    max-width: 1480px;
    margin: 0 auto;
}

.featured-game {
    height: 100%;
    min-height: 1px;
}

.main-post-img img {
    max-width: 100%;
    border-radius: 10px;
    margin: 0 auto;
}

.main-post-info {
    margin: 0 auto;
    max-width: 1200px;
}

.main-post-desc p {
    font-size: 20px;
    font-weight: normal;
    color: rgb(32, 32, 32);
    margin-top: 10px;
    margin-bottom: 30px;
}

p.bold {
    font-weight: bold;
}

.featured-game a {
    text-decoration: none;
}

.game-info-title {
    margin-top: 10px;
    margin-left: 20px;
    color: white;
    font-size: 20px;
}

.game-info-platform {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 20px;
    color: gray;
}

.section-btn-container {
    position: absolute;
    width: 100%;
}

a.section-btn {
    background-color: #e64949;
    text-decoration: none;
    color: white;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
    margin: 0 auto;
    left: auto;
    position: relative;
    display: block;
    width: 200px;
    transition: 0.2s;
}

a.section-btn:hover {
    background-color: #c03737;
    transition: 0.2s;
}

.section-btn span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}



.featured-games-title {
    width: fit-content;
    padding-bottom: 20px;
}

.featured-game {
    display: inline-block;
    margin-bottom: 30px;

    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
    transition: 0.2s;
}

.featured-game-image:hover {
    transition: 0.2s;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#featured-game-1, #featured-game-2, #featured-game-3, #featured-game-4 {
    margin-right: 30px;
}

.featured-game-image {
    border-radius: 10px;
    background-size: cover;
    overflow: hidden;
    position: relative;
    --aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    transition: 0.2s;
}

.featured-game-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.featured-games-info {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
}

.featured-game-title {
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 10px;
    color: white;
    text-decoration: none;
    font-size: 25px;
}

.featured-game-desc {
    padding-left: 30px;
    padding-bottom: 30px;
    color: rgb(189, 189, 189);
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
}

.platform-logo img {
    width: 30px;
    height: 30px;
}

.platform-logo {
    display: inline-block;
    margin: 2px;
}

@media screen and (max-width: 1200px) {
    .main-post-title {
        font-size: 30px;
        margin: 100px 10px 0 10px;
    }
    .main-post-author {
        margin: auto 10px;
    }
    .main-post-author-wrapper h2 {
        font-size: 15px;
    }
    .main-post-info {
        margin: auto 10px;
    }
    .main-post-desc p {
        font-size: 15px;
    }
    table {
        font-size: 15px;
    }
    .post-section-title {
        text-align: center;
        font-size: 20px;
    }
    .post-container {
        height: 100px;
    }
    .post-img img {
        width: 175px;
        height: 100px;
    }
    .post-desc {
        display: none;
    }
    .post-title {
        font-size: 14px;
    }
    .post-author, .post-date {
        font-size: 10px;
    }
    .post-content {
        min-width: 0;
    }
    .mobile-margin {
        margin-top: 100px;
    }
}

h2 {
    font-size: 30px;
}

.news-info {
    display: flex;
    flex-direction: row;
}

.news-info h3 {
    margin-top: 20px;
    margin-left: 20px;
    color: white;
    font-size: 18px;
}

.news-info-author h3 {
    color: #e64949;
}

.news-info-date h3 {
    color: gray;
}

.news-info-desc h3 {
    margin-top: 10px;
    margin-left: 20px;
    color: gray;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.btn {
    border: 2px solid black;
    background-color: transparent;
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50px;
    transition: 0.2s;
}

.all-games {
    border-color: #5A4FCF;
    background-color: #5A4FCF;
    color: white;
    transition: 0.2s;
}

.all-games-container {
    margin-top: 20px;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.all-games:hover {
    transition: 0.2s;
    border-color: #473eaa;
    background-color: #473eaa;
    color: white;
}

.slideshow-section {
    width: 100%;
}

footer {
    background-color: black;
    margin-top: 80px;
    padding-top: 20px;
}


.game-section-title {
    max-width: 1480px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.game-section-items {
    max-width: 1480px;
    margin: 0 auto;
}

.featured-game {
    height: 100%;
    min-height: 1px;
}

.game-info-img img {
    max-width: 100%;
    border-radius: 10px;
    margin: 0 auto;
}

.featured-game {

    margin-right: 16px;
    width: 300px;
}

.featured-game a {
    text-decoration: none;
}

.game-info-title {
    margin-top: 10px;
    margin-left: 20px;
    color: black;
    font-size: 20px;
}

.game-info-platform {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 20px;
    color: gray;
}

.section-btn-container {
    position: absolute;
    width: 100%;
}

a.section-btn {
    background-color: #ffd800;
    text-decoration: none;
    color: white;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
    margin: 0 auto;
    left: auto;
    position: relative;
    display: block;
    width: 200px;
    transition: 0.2s;
}

a.section-btn:hover {
    background-color: #e2c102;
    transition: 0.2s;
}

.section-btn span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}



.featured-games-title {
    width: fit-content;
    padding-bottom: 20px;
}

.featured-game {
    display: inline-block;
    margin-bottom: 30px;

    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
    transition: 0.2s;
}

.featured-game:hover {
    transition: 0.2s;
    transform: scale(1.005);
    background-color: #d8d8d8;
}

.featured-game-image:hover {
    transition: 0.2s;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#featured-game-1, #featured-game-2, #featured-game-3, #featured-game-4 {
    margin-right: 30px;
}

.featured-game-image {
    border-radius: 10px;
    background-size: cover;
    overflow: hidden;
    position: relative;
    --aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    transition: 0.2s;
}

.featured-game-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.featured-games-info {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
}

.featured-game-title {
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 10px;
    color: white;
    text-decoration: none;
    font-size: 25px;
}

.featured-game-desc {
    padding-left: 30px;
    padding-bottom: 30px;
    color: rgb(189, 189, 189);
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
}

.news-info {
    display: flex;
    flex-direction: row;
}

.news-info h3 {
    margin-top: 20px;
    margin-left: 20px;
    color: white;
    font-size: 18px;
}

.news-info-author h3 {
    color: #ffd800;
}

.news-info-date h3 {
    color: gray;
}

.news-info-desc h3 {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    color: gray;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.news-section-title {
    margin-top: 40px;
    margin-bottom: 20px;
}