html,body
	{width:100%;
	 height:100%;
	 margin:0;
	 padding-top:10px;
	}

body
	{
		text-align:center;
	}
#board1{
	width:90%;
	max-width:500px;
	margin:2% auto 0;
}

#join-button{
	position: relative;
	top: -2px;
	margin-left: 50px;
}
.thumb{
	vertical-align:"middle";
	max-width: 100%;
	height: auto;
	width: auto;
}
.title{
	font-family: 'VT323' ;
	font-weight: 'bold';
	font-size: 10vh;
	margin-top: 0px;
	margin-bottom: 30px;

}
