.button {
    background-color: #fff;
    color: #000;
}

body {
    /* background-image: url(/verlauf.png); */
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Riposte-Bold;
    background-color: black;
}


.logo {
    width: 45vw;
    padding: 100px 0px;
    padding-top: 0;
}

.logoKasten {
    width: fit-content;
    height: 40vw;
    margin: auto;
    /* background-color: white; */
    border-radius: 100vw;
    margin-bottom: 100px;
    margin-top: 100px;
}

@font-face {
    font-family: 'Riposte-Bold';
    src: url('/webfonts/Riposte-Bold.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



.madeby {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}