#reede{
	border: 1pt solid blue;
	width: 600px;
	height: 50px;
	background-color: pink;
	padding: 20px;
	position: relative;
	left: 0px;
}
header{
	color: blue; /*teksti värv*/
	background-color: white;/*tausta värv*/
	front-family: "bauhaus 93", Arial, Georgia;
	letter-spacing: 0.2cm;
	text-align: center;
	
}
footer{
	position: fixed;
	bottom: 0;
	background-color: white;
	width: 100%;
	text-align: center;
}
main section h2{
	color: blue; /*teksti värv*/
	background-color: white;/*tausta värv*/
	front-family: "bauhaus 93", Arial, Georgia;
	letter-spacing: 0.2cm;
	text-align: center;
}
/*navigeerimismenüü w3shools lehe*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}