div{
    text-align: center;
    border-bottom: 4px solid Tan;
    border-right: 4px solid Tan;
    border-radius: 80px;
    display: inline-block;
}
#1 div {

}
h1{
    text-align: center;
    color: RosyBrown;
}
div a{
    display: block;
    color: RosyBrown;
    text-align: left;
    padding: 10px;
    font-variant: small-caps;
    font-family: "Kode Mono", monospace;
    text-decoration: none;
    background-size: 30px;
}
html{
    background-color: Beige;
}
header {
    background-color: Tan;
    letter-spacing: 0.1cm;
    padding: 1mm;
    font-variant: small-caps;
    font-family:"Kode Mono", monospace;
    font-size: x-large;
    background-image: url("Pilt/nahkhiir_h.png");
    background-repeat: no-repeat;
    background-size: 135px 140px;
}
header h1 {
    margin-left: 135px;
    color: WhiteSmoke;
}
img{
    width: 250px;
}
footer{
    background-color: Tan;
    color: WhiteSmoke;
    border-top:3px solid  #cbc5ee;
    padding: 3px;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: Beige;
    overflow: hidden; /*peidetud*/
    display: flex;
    justify-content: center;
}
nav ul li{
    float: left;
    border-bottom: 1px double Tan;
    border-right: 1px double Tan;
    border-radius: 60px;
}
nav ul li a{
    display: block;
    color: RosyBrown;
    text-align: center;
    padding: 10px;
    font-variant: small-caps;
    font-family: "Kode Mono", monospace;
    text-decoration: none;
}
nav ul li a:hover{ /*fookuses--hiir on peal*/
    background-color: Tan;
    border-radius: 60px;
}