header h1{
    border: solid 1px saddlebrown; /*ääris*/
    padding: 6%; /*vahe tekstist ääreseni*/
    margin: 8px;
    border-radius: 50px;
    width: 50%;
    background-color:darkred;
    letter-spacing: 0.03cm;
    font-variant: small-caps;
}
ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: rgb(167, 233, 13);
}

li{
    float: left;
    display: block;
    text-align: center;
    padding: 0px;
}

li a{
    text-decoration: none;
    color: blue;
    padding: 15px;

}
li a:hover{ /*lingid fokuses*/
background-color: rgb(236, 30, 168);

}
footer{
    text-align: center;
    /* margin-top: 20%;*/
    background-color:;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;

}

section{
    background-color: coral;
    color: rgb(227, 241, 20);
}
