body{
    background-color: orange;
    width: 100vw;
    margin: 0;
    overflow: auto;
}
h1{
    text-align: center;
    color: white;
    margin: 0;
    height: 70px;
    border-radius: 10px 10px 0px 0px;
    background-color: #fc7600;
    line-height: 70px;
    font-size: 50px;
    font-family: 'Kanit', sans-serif;
}
.impressum{
    text-align: center;
    width: 50vw;
    min-width: 350px;
    max-width: 700px;
    height: auto;
    background-color: white;
    border-radius: 20px 20px 20px 20px ;
    margin-top: 50px;
    text-align: justify;
    margin-bottom: 20px;
}
a{
    text-align: left;
}
article{
    text-align: left;
    margin-left: 50px;
    height: auto;
}



.flex{
    display: flex;
    justify-content: center;
    align-items: center;
  }
