body, html {
    color:transparent;
    font-family: "Prosto One", sans-serif;
    height: 100%;
    padding: 0%;
    margin: 0%;

    background: url(jakubkaibild.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    text-align: center;
    position: sticky;
    z-index: 100;
    backdrop-filter: blur(5px);
    top:0;
    background-color: rgba(241,241,241, 0.25);
    color: #1f1f1f;
    text-transform: uppercase;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0, 1);    
}

a {        
    color: #1f1f1f;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
}

.titlebox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    }
.titlebox h1 {
        color: rgb(241,241,241);
        text-transform: capitalize;
        font-size: 4ch;
        text-shadow: 0px 0px 15px #1f1f1f;
    }
.titlebox h2 {
        color: rgb(241,241,241);
        text-shadow: 0px 0px 15px #1f1f1f;
        font-size: 2ch;
    }

.mainbody {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 10vw;
}

.bodybox {
    height: auto;
    padding: 2%;
    width: 30%;
    color: rgb(241,241,241);
    font-size: 2ch;
    backdrop-filter: blur(5px);
    text-align: center;
    margin-top: 60vw;
    
}

.titlebox2 {
    position: absolute;
    top: 50vw;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    }
.titlebox2 h2 {
        color: rgb(241,241,241);
        text-shadow: 0px 0px 15px #1f1f1f;
        font-size: 2ch;
    }