#reede{
    border: 1pt solid white;
	width: 600px;
	height: 50px;
	padding: 20px;
    position: relative;
	left: 0px;
}
header{
    color: purple;/*teksti värv*/
    background-color: white; /*tausta värv*/
    font-family: "Bauhaus 93", Arial, Georgia;
    letter-spacing: 0.3cm;
    text-align: center;

}
footer{
    position: fixed;
    bottom: 0;
    background-color: purple;
    width: 100%;
    text-align: center;

}
main section {
    border-left: 6pt solid red; /*dotted dashed */
    border-right: 6pt solid red;
    border-radius: 60px;
    padding: 2%;
    width: 30%;
}
/*h2 mis on section sees*/
main section h2{
    color: white; /*teksti värv*/
    background-color: purple; /*tausta värv*/
    font-family: "Bauhaus 93", Arial, Georgia;
    letter-spacing: 0.3cm;
    text-align: center;
}
/*navigeerimismenüü w3shools lehelt*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: purple;
}

li {
    float: left;
}

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

li a:hover {
    background-color: plum;
}
