.inactive-guide {
    filter: grayscale(1);
}

.golden-border {
    border: solid 1px #f1c385;
}

.home-gameplay-section-container {
    border: solid 1px #f1c385;
    height: 200px;
}

.home-gameplay-section-container img {
    object-fit: cover;
}

.home-gameplay-section-container h2 {
    bottom: 0;
    left: 50%;
    font-size: 30px;
    text-shadow: -3px -3px 5px black;
    -webkit-text-stroke: 0.3px black;
    transform: translate(-50%, 0px);
    text-align: center;
}

.update-link img {
    width: 240px;
    height: 120px;
    object-fit: cover;
}

@media screen and (max-width: 575px) {

}