nav {
    margin-top: 40px;
    margin-bottom: 80px;
    text-align: center;

}

nav ul li {
    list-style-type: none;
    justify-content: space-between;
    display: inline;
    margin: 15px;
    font-family: "navigatie";
    font-weight: bolder;
    padding: 20px;
    font-size: x-large;
    color: aliceblue;
    
}

nav a:link {
    text-decoration: none;
    font-weight: bold;
}

nav ul a:hover {
    color: white;
    text-shadow: 1px 1px 0px rgb(31, 0, 65), 2px 2px 10px rgb(193, 74, 253), 4px 4px 15px rgb(140, 0, 255);
}
