header h1{
    border: dotted 2px blue; /*dashed, outline,double, double, ääris*/
    padding: 3%; /*vahe tekstist ääriseni*/
    margin: 10px; /*vahe veebilehe piirist ääriseni*/
    border-radius: 30px;
    width: 40%; /*laius*/
    background-color:cornflowerblue; /*tausta värv*/
    letter-spacing: 0.2cm;
    font-variant: small-caps;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: cornflowerblue;
    border: solid 2px blue;
}
li{
    float: left;
    display: block;
    text-align: center;
    padding: 10px;
}
li a {
    text-decoration: none;
    color: white;
    padding: 10px;
}
li a:hover { /*Lingid fookuses*/
    background-color: cornflowerblue;
}
footer{

text-align: center;
/**/
background-color: cornflowerblue;
border: solid 2px blue;}
#text{
    position: relative;
    left:0;
    border: dotted 2px blue;
    width: 250px;
    padding: 10px;
    background-color: cornflowerblue;
    margin: 10px;

}
body {
    background-color: darkblue;
    color: white;
}
input[type="button"]{
    color: white;
    background-color: cornflowerblue;
    border-color: blue;
    padding: 5px;
}
