@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}


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

}

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

}

header{
	width:100%;
	height:200px;
	color:white;
	background-color:#00F;
}

header h1{
	margin:5% 0 50% 75px;
	font-family:"ret",courier,monospace;
	font-size:30px;
	position:relative;
}
header h3{
	margin:5% 0 50% 75px;
	font-family:"ret",courier,monospace;
	font-size:30px;
	position:relative;
}
	

.red{
	
	background-color:#F00
	
}
.pink{
	background-color: #C3C;
}
.blue{
	
	background-color:#00F;
	padding:10px 20px 50px 0px;
	margin: 0 0 0 20px;
	border-color: #000;
	border-width: 10px;
	border-style: solid; 
	
}
.yellow{
	background-color:#FF0;
	padding:10px 20px 50px 0px;
	margin: 0 0 0 20px;
	border-color: #000;
	border-width: 10px;
	border-style: solid; 
}

.box{
	width:100px;
	height:100px;
	color:rgb(255,255,255);
	font-size:24px;
	float:left;
	position:relative;
}

