body {
    font-family:Arial, Helvetica, sans-serif;
    margin: 0;
    background-color:rgb(91, 235, 201);
   
}

#top {
    text-align: center;
}

#logo {
    color: white;
    background-color: rgb(22, 22, 118);
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    padding: 10px;
    margin-top: 16px;
    border-radius: 20px;
}

#logo-name {
    font-size: 32px;
    font-weight: bold;
    margin:16px;
    color:rgb(32, 8, 169);
    transition-property: all;
    transition-duration:0.4s;
}
#logo-name:hover{
    font-size: 40px;
    text-decoration: underline;
}

#navigation a {
    color: rgb(0, 0, 0);
    padding: 8px;
}

#navigation a:hover {
    color: rgb(31, 31, 123);
}

#image img {
    width: 555px;
  height: 400px;
    margin-top: 16px;
    margin-bottom: 16px;
    border: 5px solid blue;
    border-radius: 100px;
}

#main {
    max-width: 800px;
    margin: auto;
    padding: 16px;
}

#footer {
    text-align: center;
    color: rgb(0, 0, 0);
    padding: 16px;
}
h2{
    text-align: center;
    font-size: 25px;
    color:blue;
}

p{
    text-align: center;
    color: rgb(61, 31, 31);
}

.impressum{
    width: 100vw;
    height:100vh;
    display:flex;
    justify-content: center;
    align-items: center;
}

a{
    border:3px solid blue;
    display:flex;
    flex-direction: column;
    justify-content:space-around;
    margin: 20px;
   
}



.bild{
    width:100vw;
    height:500px;
}

img{
    width:500px;
    border-radius: 75px;
    border:5px solid blue;
    padding:35px;
}
iframe{
    width:500px;
    border-radius: 75px;
    border:5px solid blue;
    padding:35px;
}