body 
	{
	background-color: honeydew; 
	color: #2F4F4F; 
	margin: 0;
	padding: 10px;
	width: 1200px;
	background-image: url("../pics/tluuks.png");
	background-repeat: no-repeat;
	background-position: 1300px 10px;
	background-attachment: fixed;
}
		
h1, h2, h3 {
	color:#191970;
	}
h1 {
	font-size:30pt;
	font-style: oblique;
	font-weight: 800;
	text-align: to left;
}

main {
	font-family: calibri, sans-serif;
}

section {
	border-width: 5px;
	border-style: dashed;
	border-color: darkgreen;
	padding: 20px;
	margin-top: 10px;
	border-radius: 20px;
	box-shadow: 0 0 10px darkgreen, 0 0 10px darkgreen inset;
	background-image: url("../pics/raamat.png"), url("../pics/raamat3.png"), url("../pics/raamat1.jpg"), url("../pics/raamat2.jpg");
	background-size: 4%; 
	background-position: top right, top left, bottom right, bottom left;
	background-repeat: no-repeat; 
	}

img {
	border-radius: 40px;
	transition: all 1s;
}

img:hover {
	border-radius: 0px;
}

a:link {
	color: #f65e00;
	font-weight: 600;
}

a:visited {
	color: green;
	font-weight: 600;
}
canvas {
	background-color: white;
	border: 1px solid black;
}
	

