body{
    margin:10px;
    background-color: rgb(250, 243, 240);
}

.nav{
    padding: 40px;
    display:flex;
    flex-direction:row;
    justify-content:start;
    align-items:center;
    font-family: jumble, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
}

li{
    margin-left:10px;
    margin-right: 10px;
    padding:25px;
    list-style: none;
    text-align: center;
    border-radius: 25px;
    background-color: rgb(174, 91, 248);
}

a{
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
}


main{
    width: 1000px;
    margin:40px auto 100px auto;
    align-items: center;
}

h1{
    margin-bottom: 20px;
    font-family: jumble, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    color:black;
}

h2{
    margin-bottom: 10px;
    font-weight: 400px;
    font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
}

h3{
    font-weight: 400px;
    font-size: small;
    font-family: omnes-cyrillic, sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 15px;
}

.welkom{
    /*margin: 60px auto 30px auto;
    padding-left: 60px;*/
    margin: 80px auto 30px auto;
    font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
}

p{
    margin: 40px auto 70px auto;
    padding-left: 60px;
    width: 800px;
    text-align: left;
    line-height: 30px;
    font-family: omnes-cyrillic, sans-serif;
    font-style: italic;
    font-weight: 500;
}

img{
    width: 250px;
    float: right;
    margin-top: -60px;
}

footer{
    margin: 0 0 0 0;
    padding: 20px;
    background-color:rgb(174, 91, 248);
    color: white;
}
 
footer p{
    font-family: omnes-cyrillic, sans-serif;
    font-style:normal;
    font-weight: 500;
    font-size: 15px;
    margin: auto;
}