body {
   
    
    margin: 0;
    box-shadow: 0 0 20px;
    
}


p    {
    
    text-align: center;
    position: absolute;
    top: 18%;
    left: 26%;

    height: 400px;
    background-color: orange;
    padding: 20px;
    border: 10px solid;
    border-color: chartreuse;
    border-spacing: 2px;
}
nav.impressum {
    position: absolute;
    top: 90%;
    width: 176px;
    
}
.foto{ 
    border-radius: 100%;
}
.f1{ border-radius: 20%;
    border: 5px  solid;
    border-color: chocolate
}