@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Special+Elite');
/* CSS Document */

.logo {
  background-image: image("../img/logo.png")center;
  background-size: auto;
	}
.divider-tr {
	margin-top: 20px;
		}
.player-tr {
	background-color:aliceblue;
	background-blend-mode: soft-light;
		}
.divider-tr-20px {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
		}

.blockquote {
	font-weight: 100;
	font-size: 2rem;
	max-width: 600px;
	line-height: 1.4;
	position:relative;
	text-align: center;
	margin: 0;
	padding: .5rem;
}

.blockquote:body {
	font-family: 'Special Elite', cursive;
	background: #fffdf5;
	color: #3f3f5a;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.blockquote:before,
.blockquote:after {
	position: absolute;
	color: #f1efe6;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

.blockquote:before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

.blockquote:after {
	content: '”';
	right: -5rem;
	bottom: 1rem;
}

.cite {
	line-height: 8;
	text-align: center;
}