*{
    outline: none;
    box-sizing: border-box;
}

body {
    background-color: #b2b4b4;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }


.main{
    position: relative;
    background: #fff;
    padding: 28px 32px;
    overflow: hidden;
    border-radius: 18px;
    transition: 0.6s ease;
}

.introduction{
     line-height: 25px;
}

.mainpart{
    line-height: 25px;
    line-break: normal;
}

.conclusion{
    font-size: larger;
}

.logo {
    position: relative;
    height: flex;
    width: max-content;
    max-width: 200px;
    max-height: 100px;
    display: flex;
    margin: auto;
  }

.ansprache{
    font-size: larger;
}

h1 {
    text-align: center;
  }

p {
    text-align: center;
}

