.content .heroImage {
        margin-top: 0px;
    }

#full_image {
    width: 100%;
    margin: 0px;
    border-radius: 24px;
}

.content_card img {
    border-radius: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.content_card img:hover {
    outline: 2px solid #D0C366;
    outline-offset: -2px;
}

.content_card .cardText {
    text-align: left;
    margin-bottom: 0;
}

.content_card .cardText p {
    margin-bottom: 0;
}

.gray {
    color: gray;
}

#controller {
    display: flex;
    align-items: center;
    justify-content: center;
}

#xbox-controller {
    margin: 0;
}