/* Main Content */

main {
  margin: 1rem auto 0 auto;
  max-width: 900px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

body {
  background: url('https://jeugdsite.nbg1.your-objectstorage.com/media/254/Background.jpeg') 
              no-repeat center center fixed;
  background-size: cover;
  color: #333;
  line-height: 1.6;
  padding: 1rem;
  position: relative;
  z-index: 0;
}



