/* Slack Jawed with Wonder Site Style */
body {
    background: linear-gradient(180deg, #2B0000 0%, #3D1F1F 50%,
				#0D0D0D 100%); 
    color: white;
    }
.sjww_nav {
    background-color: #2B0000;
    color: white;
}
.banner {
    background-color: #2B0000;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4em;
    font-weight: bold;
}
.genre {
    background-color: #8B0000;
    color: white;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0.25rem;
}
.info-panel {
    background-color: #B2B2B2;
    color: #2B0000;
    padding: 20px;
    border-radius: 0.25rem;
}

