	.button {
    background-color: #173af3;
    color: white;
}

body {
    background-image: url(/sand.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: MikroSuper-Bold;
}

.logo {
    width: 30vw;
}

.logoKasten {
    width: 40vw;
    height: 40vw;
    margin: auto;
    background-color: white;
    border-radius: 100vw;
    margin-bottom: 100px;
    margin-top: 100px;
    display: flex;
}


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



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

