@font-face {
    font-family: 'body';
    src: url('FT88-Regular.ttf');
}

@font-face {
    font-family: 'title';
    src: url('MP16REG.ttf');
}

body
{
    background-color: #2d1c35;
	font-family: 'body';
	margin: 0;
}

header
{
	background-color: #000;
	max-height: 7vh;
}

header img
{
	height: 100%;
	max-height: 7vh;
}

header div
{
	max-height: 7vh;
}

footer
{
	color: #F07082;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.center
{
	margin: auto auto auto;
	display: block;
}

.centerGroup
{
	margin: auto auto auto;
	text-align: center;
}

.window
{
	max-width: 960px;
	width: 50%;
	min-width: 65vh;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
    background-color: #19163B;
	border: 3px #F5D0D0 solid;
    color: #F07082;
}

.embed
{
	border: 3px #F5D0D0 solid;
}

.albumArt
{
	width: 170px;
	height: 170px;
}

p
{
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
	font-size: 14px;
}

footer p {
  	text-align: center;
}

a
{
	color: #F5D0D0;
}

h1
{
	color: #F5D0D0;
	text-align: center;
	font-family: "title";
	font-size: 30px;
	font-weight: normal;
}