/* body {
  overflow: hidden;
  margin: 0;
} */


.noto-serif-display {
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.bodoni-moda {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* Reset default margins and ensure full height */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width:100%;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
  background-color: #0d0d0d;
  color: #704d4d;
	

}

/* Main container */
.container {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* position: fixed; */
}

/* Left panel */
.left-panel {
  flex: 1;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
}

/* Add or update canvas styles */
canvas {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  display: block;
  overflow: hidden;
  /* background-color: #000000; */
}

/* Right panel */
.right-panel {
  flex: 1;
  padding-left: 40px;
  padding-Right:40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #151111;
  overflow: hidden;
  height:110%;
}

h1 {
  font-size: 6.5em;
  margin-bottom: 20px;
  font-family: "Noto Serif Display", serif;
}

p {
  font-size: 1.4em;
  line-height: 1.6;
  /*margin-bottom: 20px;*/
  font-weight: 100;
  color: #aa8788;
  letter-spacing: 0.03em;
}

h3 {
  font-size: 1em;
  font-weight: 700;
  padding-bottom: .5em;
  /* margin-top: 10px; */
  /* line-height: normal; */
  font-family: "Manrope", sans-serif;
}

h4 {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: -1em;
  letter-spacing: 0.04em;
  font-family: "Manrope", sans-serif;
  color: #aa8788;
}
.description {
  font-size: 1.8em;
  font-family: "Noto Serif Display", serif;
  margin-top: -27px;
}

.info-box {
  position: fixed;
  /*bottom: clamp(0px, 0px, 300px );*/
  background: #0d0d0d;
  padding: 30px;
  pointer-events: none;
  z-index: 1000;
  border: #9f8888 1px solid;
  max-height:300px;
  margin-bottom:200px;
}

.artist-bio-link {
  color: #aa8788;
  text-decoration: none;
  font-size: 0.9em;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  margin-top: 0;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.credits {
  margin-bottom: 4.5em;
  /*margin-top: 2.5em;*/
}

/* unvisited link */
a:link {
  color: #aa8788;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #aa8788;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* mouse over link */
a:hover {
  color: #704d4d;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.bio-page-container {
  padding: 2% 10%;
  display: block;
  /* width: 100%; */
  height: 100vh;
margin-bottom: 100px;

}
