
#personalplanung{
    margin: 1.5%;
    width: 90%;
    min-height: 1000px;
    height: auto;
    background-color: rgb(233, 235, 240);
    border-radius: 15px;
    box-shadow: 1px 10px 25px 10px;
    overflow: hidden;
}
#p1,#p2{
   
    height: auto;
}
 .ship{
    float: left;
     width: 20%;
     min-height: 1000px;
     height: auto;
     font-size: 20px;
     padding: 1em;
     margin: 2em;
     border: solid 3px rgb(57, 100, 94);
     border-radius: 15px;
 }

 