.kachmann {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.text {
    text-align: center;
}

body {
    background-image: url("./assets/background3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
