body {
    background-color: black;
    color: white;
    font-family: Rajdhani;
}

.logo {
    padding-left: 155px;
}
.row footer{
    text-align: center;
}
    
.rave1, .rave2{
    width: 100%;
}

a:hover {
    text-decoration: none;
    color: white;
}


a:visited {
    text-decoration: none;
    color: grey;
}


a:link {
    text-decoration: none;
    color: grey;
}

.eventstekst {
    font-size: larger;
    text-align: center;
    padding: 30px;
}

.jobtekst {
    font-size: larger;
    text-align: center;
    padding: 30px;
    max-width: 1100px;
    padding-left: 200px;
}

.eventstekst h1{
    font-size: 300%;
}

nav li {
    list-style-type: none;
    margin: 0;
    padding-left: 160px;
    display: inline-block;
    font-size: larger;
}