@font-face{
    font-family: "Gang-of-Three";
    src: url('gang-of-three.ttf');
}
body{
	background-color: #2fc8f2;
}

#content {
	text-align: center;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

#team-name{
	margin-top: 0px;
	margin-bottom: 20px;
	
	color: #ff9801;
	text-shadow: -1px 0px #000000, 0px -1px #000000, 3px 3px #000000;
	font-family: Gang-of-Three;
	font-size: 50px;
}

div.entry{
	background-color: #FFFFFF;
	border: 2px solid #000000;
	border-radius: 25px;
	padding: 20px;
	
	font-family: "Calibri";
	text-align: left;
	
	display: none;
}

div.info{
	display: inline-block;
	vertical-align: top;
	
	margin-left: 25px;
}

h1 {
	font-family: Gang-of-Three;
	margin: 5px 0px 5px 0px;
}

p {
	margin: 5px 0px 5px 0px;
}
iframe {

	width = 30%
	frameborder = 0px;
	
	margin-left: 10px;
}