﻿@import '../../wrappers/NewDesignWrapper.css';

div.GenreList {
	color: white;
	display: flex;
	gap: 30px;
	flex-direction: column;
}

	div.GenreList > div {
		display: flex;
		flex-direction: column;
		align-items: flex-start
	}

	div.GenreList a {
		font-size: 21px;
		font-weight:bold;
		color: white;
		margin-bottom:2px;
	}

		div.GenreList a:hover {
			color: var(--logo-color);
		}

	div.GenreList > * > * {
		vertical-align: text-bottom;
		display: inline-block;
	}

.GenreList h1 {
	margin-top: 0px;
}