header{
    color:darkblue;
    background-color: silver;
    font-family: serif, "Bauhaus 93";
    letter-spacing: 0.2cm;
    text-align: center;
    border-left: 6px solid gray;
}
nav{
    padding-bottom: 40px;
    margin: 1px;
    background-color: silver;
}
nav li{
    float: right;
}
nav ul{
    list-style-type: none;
    overflow: visible;
}
nav li a{
    display: block;
    padding: 10px;
    background-color: silver;
    text-decoration: none;
    text-align: center;
}

nav li a:hover{
    background-color: lightgray;
    border-left: 6px solid gray;
    border-radius: 50px;

}
footer{
    color:darkblue;
    position:fixed;
    left:0;
    bottom:0;
    background-color: silver;
    width: 100%;
    text-align: center;
}
main section{
    border-left: 6px solid gray;
    background-color: silver;
    border-radius: 30px;
    padding:3%;
    width:20%;
    margin:30px;
}
section#teine{
    position: absolute;
    left: 500px;
    top: 120px;
    width:50%;
}
body {
    background-color: #f0f0f0;
    background-image: url('40.jpg');
    background-size: cover;
}
.container {
    position: relative;
    width: 100%;
    min-height: 35vh;
}

.left-bottom {
    position: absolute;
    bottom: 80px;
    left: 10px;
    margin: 10px;
    padding: 10px;
}

.right-bottom {
    position: absolute;
    bottom: 50px;
    left: 10px;
    margin: 10px;
    padding: 10px;
}

.right-image {
    position: absolute;
    bottom: 25px;
    left: 200px;
    margin: 10px;
    padding: 10px;
    width: 100px; /
    height: auto;
}
div#tekst1 {
    width: 700px;
    border: solid 1px;
    position: relative;
    left: 0px;
    padding: 1%;
}
div#tekst2 {


    position: relative;
    left: 0px;
    padding: 1%;
}
