body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #fdf6e3;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
}

nav ul {
  list-style: none;
  padding: 0;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

nav ul li {
  display: flex;
  margin: 0 10px;
}

nav ul li a {
  color: black;
  text-decoration: none;
}

.preload .container {
  visibility: hidden;
}

.nav-icon {
  height: 10vh;
  margin-bottom: 5px;
  align-self: center;
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.container {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  overflow-x: auto;
}

section {
  flex: 0 0 100%;
  height: 100vh;
  scroll-snap-align: start;
}

#section2 {
  display: flex;
  justify-content: center;
}

#p5-canvas-drag-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.logo {
  opacity: 0;
  transition: opacity 2s ease-in-out;
  width: 100vh;
  height: auto;
}

#section1 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

#section1 h1 {
  margin: 20px 0;
}

#section1 p {
  max-width: 600px;
  text-align: justify;
}

#section4 {
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.contact-container {
  max-width: 600px;
  text-align: center;
}

.contact-container h2 {
  margin-bottom: 20px;
}

.contact-info a {
  color: #1a0dab;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}
