header{
	color: green; /*teksti värv*/
	background-color: blue; /*tausta värv*/
	font-family: Arial ;
	letter-spacing: 0.4cm;
	text-align: center;
}
footer{
	position: fixed;
	bottom: 0;
	background-color: darkblue;
	width: 100%;
	text-align: center;
	
}
main section{
	border-left: 24pt solid blue; /*dotted dashed*/
	border-right: 24pt solid blue;
	border-radius: 50px;
	padding: 3%;
	width: 32%;
}
#koduleht{
    border: 2pt solid blue;
    width: 150px;
    height: 150px;
    background-color: yellow;
    padding: 10px;
    position: relative;
    left: 0px;
}
/*h2 mis on section sees*/
main section h2{
	color: green; /*teksti värv*/
	background-color: blue; /*tausta värv*/
	font-family: Arial ;
	letter-spacing: 0.4cm;
	text-align: center;
}
/*navigeerimismenüü w3schools lehelt*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: red;
}

li {
  float: left;
}

li a {
  display: block;
  color: yellow;
  text-align: center;
  padding: 28px 32px;
  text-decoration: none;
}

li a:hover {
  background-color: black;
}
img {
  border-radius: 50%;
}