#bg {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: white;
  box-shadow: black inset 0 0 20px, black 0 0 20px;
  left: 0;
  top: 0;
}

#bigclair {
  width: 425px;
  height: 600px;
  background-image: url('/image/baby.jpg');
  background-size: cover;
  position: absolute;
  left: 50px;
  top: 50px;
}

container {
  width: 650px;
  height: 600px;
  overflow-y: hidden;
  position: absolute;
  left: 500px;
  top: 50px;
}

#below {
  height: 370px;
  overflow-y: scroll;
}

h1 {
  font-family: 'Chomsky';
  font-size: 2.5em;
  text-shadow: 0 0 1px black, 0 0 5px black;
}

.quote {
  color: #8b9c15;
  text-shadow: 0 0 1px black, 0 0 5px black;
  font-style: italic;
  position: absolute;
  left: 100px;
  top: 65px;
}

#yumeanni {
  color: transparent;
  background: #8B9C15;
  background: linear-gradient(90deg, rgba(139, 156, 21, 1) 0%, rgba(176, 76, 129, 1) 50%, rgba(121, 61, 224, 1) 100%);
  background-clip: text;
  font-style: italic;
  font-weight: bold;
}

#vienclair {
  width: 325px;
  height: 231px;
}

h2 {
  font-family: 'Chomsky';
  font-size: 1.5em;
  text-shadow: 0 0 1px black, 0 0 3px #8b9c15;
}

p {
  font-size: 14px;
}

#within {
 display: flex; 
 gap: 10px;
}