body {
  background-color: #000;
  background-image: linear-gradient(transparent, black 500px), url('pictures/bg.jpg');
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
  color: #fff;
  font-family: arial;
  margin-top: 0px;
  padding-top: 0px;
}

a {
  color: #f7bf48;
}

nav a {
  font-size: 1.5em;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

header, main, nav {
  text-align: center;
}

header {
  padding-top: 60px;
}

nav {
  padding-top: 60px;
  padding-bottom: 20px;
}

h1,
h2 {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

h1 {
  font-weight: 600;
  font-size: 3em;
}

h2 {
  font-weight: 400;
}

section#image-carousel {
  margin-top: 48px;
  height: 640px;
}

#image-carousel-container {
  max-width: 1500px; 
  margin: 0 auto;
}

section#image-carousel .splide__pagination {
  margin-top: 20px;
}