#link-03 {
  color: rgb(179, 179, 179);
}

.parallax {

  /* Add the blur effect */
  /* filter: blur(8px);
    -webkit-filter: blur(8px); */

  /* Set a specific height */
  min-height: 100vh;

}

body {
  /* The image used */
  background-image: url("/images/page3/IMG_5806.jpg");


  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.row img {
  max-width: 40vh;
  height: fit-content;
}

div.scroll-container {
  /* background-color: #ffffff; */
  overflow: auto;
  /* overflow-x: scroll; */
  white-space: nowrap;
  padding: 0;
  max-width: 100%;
  height: max-content;
}

div.scroll-container img {
  /* height: max-content; */
  width: 200vw;
  max-width: none;
}

.header {
  display: flex;
  justify-content: center;
}