body {
    margin: 0;
    padding: 0;
    background-color: rgb(65, 65, 65);
}
a:hover {
    color:rgb(205, 85, 5);
}
header {
    width: 100%; 
    border-width: 0 0 1px 0;
    box-shadow: 0px 10px 15px rgb(9, 83, 129, 0.5);
    z-index: 100;
}
header img {
    border-color: white;
    border-style: solid;
    border-radius: 50%;
    box-shadow: 0px 10px 15px rgb(9, 83, 129, 0.5);
    z-index:101;
}
main {
    box-sizing: border-box;
}
footer {
    color: white;
    font-family: 'IndieFlower-Regular';
    font-size: 20px;
    font-style: italic;
    z-index:100;
}

header, footer {
    background-color: rgb(9, 83, 129);
    border-style: solid;
    border-color: white;
}
footer a {
    color: white;
    text-decoration: none;
   
    text-shadow: 3px 3px 5px rgb(44, 44, 44);
}
bildbox {
    position:relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: URL(../pics/test.jpg);
    background-size:cover ;
    box-shadow: 10px 10px 15px rgba(9, 83, 129, 0.5);
    border-radius: 10px;
    font-family: 'IndieFlower-Regular';
    font-style: italic;
}
bildbox a {
    background-color: rgb(255,255,255,0.7);
    text-decoration: none;
    
}
einleitung {
    background-color: rgb(255, 255, 255);
    font-family: 'IndieFlower-Regular';
    font-style: italic;
}
article {
    background-color: rgb(255, 255, 255);
    font-family: 'IndieFlower-Regular';
    font-style: italic;
    z-index:50;
}
div.login  {
    display: block;
    position:relative;
    top: 100px;
    color: red;
}
#login  {
    display: block;
    position:relative;
    padding:30px;
    height: 340px;
    width: 500px;
    top: 120px;
    left: calc(50% - 280px);
    background-color: white;
    box-shadow: 10px 10px 15px rgba(9, 83, 129, 0.5);
    border-radius: 30px;
}