body {
	background-color: #222;
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
}

@font-face {
    font-family: 'ClassiCube';
    src:url('..\cdn\fonts\ClassiCube.otf')
}

h1, h2, h3, p, small, i {
	font-family: 'ClassiCube';
}

.header {
	background-color: #9873ac;
}

.header2 {
	background-image: url("bg.png");
}

a { color: #9873ac; }

.videos video {
	border-bottom: 4px solid #f0f0f0;
	border-radius: 8px;
	width: 512px;
	height: auto;
}