/* ==========================================================================
   Base style: defaults
   ========================================================================== */

body {
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	color: #000080; 
	background-image: url(../Images/52olive.png);
	background-position: left top;
	background-repeat: repeat;
	padding: 15px;
}
#myCanvas {
	font-family: 'Baloo Chettan';
	font-size: 100px;
	color: #800000
}
.mailbox {
	position: absolute;
	left: 10%;
	top: 10%;
	/*width: 50%;
	height: 50%;*/
}
.mailto {
	position: absolute;
	left: 10%;
	top: 30%;
}
.verstopt {
	position: absolute;
	left: 75%;
	top: 30%;
}
.settings {
	position: absolute;
	left: 75%;
	top: 10%;
}
