/*style.css*/
header{
    color: yellowgreen;
    background-color: darkgoldenrod;
    font-family: "Times New Roman";
    letter-spacing: 0.3cm;
    text-align: center;
}
footer{
    position: fixed;
    bottom: 0;
    color: darkorange;
    background-color: royalblue;
    width: 100%;
    text-align: center;
}
main section{
    border-top: 6pt solid rgb(128, 0, 0); /*dotted dashed*/
    border-bottom: 6pt solid rgb(11, 128, 0);
    border-radius: 50px;
    padding: 2%;
    width: 30%;
}
/*h2 mis on section sees*/
main section h2{
    color: blue;
    background-color: silver;
    font-family: Times New Roman;
    letter-spacing: 0.1cm;
    text-align: center;

}
/*navigeerimismenÃƒÂ¼ÃƒÂ¼ w3shools lehed*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: pink;
    font-weight: bold;
}

li {
    float: left;
}

li a {
    display: block;
    color: rgb(149, 255, 205);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: olive;
}
img{border-radius: 80px;


}
#reede{
    position: relative;
    left: 0;
}