header{
	color: orange; /*tersti värv*/
	background-color: black; /*tausta värv*/
	font-family: Arial;
	letter-spacing: 0.3cm;
	text-align: center;
}
footer{
	position: fixed;
	bottom: 0;
	background-color: orange;
	width: 100%;
text-align: center;
}
main section{
	border: 6pt solid orange; /*dotted dashed */
	border-radius: 75px;
	padding:  5%;
	width:  45%;
	position: relative;
	left: 0px;
/*h2 mis on section sees*/
}
main section h2{
	color: orange; /*tersti värv*/
	background-color: black; /*tausta värv*/
	font-family: Arial;
	letter-spacing: 0.5cm;
	text-align: center;
}
/*navigeerimismenüü w3shools lehelt*/
ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li{
  float: left;
}

li a{
  display: block;
  color: orange;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover{
  background-color: #111;
]}