
body {
  color: aquamarine;
  background-image: url('starry-night-sky-over-calm-water-h9-1920x1080.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  font-family: Arial, sans-serif;
}

/* Navigatiebalk */
nav {
  background-color: rgba(0, 0, 0, 0.7); 
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  display:flex;
}

nav ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  margin-left: 20px;
}

nav a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-family: 'Patua One', serif;
}

nav a:hover {
  color: aquamarine;
}

/* Inhoud opmaak */
.inhoud {
  padding: 100px 20px 20px 20px;
  text-align: center;
}

h1.patua-one-regular {
  font-size: 48px;
  color: aliceblue;
}

p.alfa-slab-one-regular {
  font-size: 20px;
  color: blue;
  margin-top: 10px;
}

/* Secties */
section {
  padding: 60px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 20px;
  border-radius: 10px;
  color: white;
}
/* gwn beeter menu maken*/

html {
  scroll-behavior: smooth;
}
