*{box-sizing:border-box;}

/*
*{margin:0;box-sizing:border-box;}
*/

@font-face {
	font-family: minecraft;
	src: url("fonts/Minecraft.ttf");
}

body
{
	background-color : black;
	color : blue;
	font-family : arial;
	padding : 0px;
	margin: 0px;
}

/*
html, body { 
    height:100%;
	overflow:auto;
}
*/


#page
{
	max-width : 640px;
	margin: auto;
	position : relative;
	color: white;
	
	text-align: justify;
}



#canvas_cloud {
/*	position: absolute; */
	display: block;
	top: 0;
	z-index: -1;
/*	width: 100%; */
	max-width: 640px;
/*	height: 100%; */
	height: 100vh;
}


a, a:visited {
	color : #ff7702;
	text-decoration: none;
}

a:hover {
	color: #ff7702;
	text-decoration: underline;
}


.twitterzone{
	width: 75%;
}

@media screen and (max-width: 500px) {    
	.twitterzone{
		width: 100%;
	}
}

h1 {
	margin-bottom : 0px;
	padding-bottom: 0px;
}