#info_body {
    max-width: 700px;
    margin: 40px auto;
}

#info_body h1 {
    font-size: 30px;
}

#info_data{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /*justify-content:space-between;*/
    justify-content: space-around;

    margin-bottom: 50px;

    font-size: 20px;
}

#info_contact {
    /*text-align: right;*/
    text-align: center;
}

#info_about h1 {
    text-align: center;
}

#info_imprint {
    display:none;
}