.starsurvivor-hero h1 {
    font-size: 58px;
    color: #ffc609;
    font-family: "", Courier;
}

#starsurvivor-body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    background-color: #0b0034;
    color: white;
    text-align: center;
    background: url("/images/survivorbg.png") no-repeat center center fixed;
    background-size: cover;
    /* stretches the image to fill the entire body */
    background-repeat: no-repeat;
    background-position: center center;
    overflow-x: hidden;
}

.starsurvivor-hero .download {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.gameplay-starsurvivor img {
    /*max-width: 500px;*/
}

.gameplay-starsurvivor h1,
.survivor-features h1,
.Monsters-starsurvivor h1 {
    font-size: 58px;
    color: #ffc609;
    font-family: "", Courier;
}

.gameplay-starsurvivor h5 {
    font-size: 26px;
    color: #ffc609;
    font-family: "", Courier;
}

.gameplay-starsurvivor h5,
.gameplay-starsurvivor p {
    text-align: left;
}

.gameplay-starsurvivo-details {
    border: 6px solid #ffc60a;
    border-radius: 29px;
    padding: 4%;
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 480px) {
    .gameplay-starsurvivor h5,
    .gameplay-starsurvivor p {
        text-align: center !important;
    }
}
