@font-face {
    font-family: 'playlistscript';
    src: url('playlist_script-webfont.woff2') format('woff2'),
         url('playlist_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.dc-font {
	font-family: 'playlistscript';
}
.title {
	font-size: 8rem;
    text-align:center;
	margin: auto /*1.5rem*/;
}
.shadow {
	text-shadow: rgba(0, 0, 0, 0.6) 3px 5px 5px;
}
.dark-brown {
	color: rgb(76, 46, 9);
}
.black {
	color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
	.title {
	    font-size: 4rem;
	}
}
@media (max-width: 360px) {
	.title {
	    font-size: 4rem;
	}
} 