.content {
    width: 100%;
}

.title-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.title-item{
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}

.game-widget {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.title-row--fm {
    width: 100%;
    background-color: black;
    background-image: url("/static/title/graphics/forgotten_mechs.jpg");
    background-position: center;
}

.title-item--fm {
    background-color: white;
}

.title-row--bm {
    width: 100%;
    background-color: black;
    background-image: url("/static/title/graphics/blind_map.jpg");
    background-position: center;
}

.title-item--bm {
    background-color: white;
}

.about {
}

.about h1 {
}

