    body{
        font-family: 'Nunito', sans-serif;
        background-color: rgb(238, 238, 238);
        padding-left: 100px;
        padding-right: 100px;
        color: #26658f;
    }
    .navbar-Container{
        display: flex;
        justify-content: right;
        align-items: center;
        background-color: #26658f;
        border-radius: 10px;
        height: 75px;
    }
    .headline{
        color: white;
    }
    .headline-Wilkommen{
        color: white;
    }
    .headline-navbar{
        margin-right: 50px;
        text-align: right;
    }
    a{
        color: #26658f;
        text-decoration: none;
        margin-left: 16px;
        font-weight: 800;
        font-size: large;
    }
    a:hover{
        text-decoration: underline;
    }
    .legal-content{
        margin-top: 50px;
        padding: 8px;
        text-align: center;
    }
    .legal-text{
        margin-right: 16px;
    }