﻿body{
	background-image: url("questions.jpg");
	background-position: center;
	background-repeat: no-repeat;
	font-size: 18px;
	background-color: #ffb3d9;

}

h1{
	padding-bottom:1%;
	text-align: center;
	font-size:40px;
}	

h2{
	text-align: center;
}

section{
	padding-top: 1%;
	padding-left: 5%;

}

aside{
	float: right;
	margin-right: 50px;	
	padding: 50px;
	padding-top: 30px;
	max-width: 300px;
	max-height: 1000px;
	border-style: solid;
	border-color: #cc0051;
	border-width: 5px;
	background-color: #ff66a3;
	
}

#homelink{
	text-decoration: none;
	color:#cc0051;
}

.eye{width:30px;height:30px;}

#red{color:red;}
#blue{color:blue;}
#green{color:#006622;}
#yellow{color: #ffff99;}

#korijen{text-decoration:overline;}