p {
    color: #000000;
    font-family: "Arial", sans-serif;
}

body {
    font-family: Arial, sans-serif;
    background-color: #000000;
    text-align: center;
    padding: 20px;
    background-image: url('/afbeeldingen/hardbaseworking/achtergrondnieuw.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    color: rgb(255, 0, 0);
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 15px;
}

nav ul li a {
    text-decoration: none;
    color: rgb(255, 0, 0);
    font-weight: bold;
}

nav ul li a:hover {
    color: blue;
}
