.opening {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.hand-canvas ul {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hand-canvas ul li {
    height: 33.333333%;
}

.who {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
}

.who h1 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
}

.right img{
    text-align: center;
    border-radius: 1rem;
    margin-top: 5rem;
}

.right {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 20px;
  
}

#canvas {
  width: 300;

  z-index: 9;
}

.hero {
  background-color: #ffe797;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

#hand-canvas {
  transform: rotate(90deg);
  margin: 0;
  margin-left: 2.5rem;
  height: 650px;
}

.greeting-text span {
  opacity: 0;
}

.hand-canvas {
  width: 10%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right{
    align-items: center;
}

.arrow  {
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    
}

.arrow img{
    width: 50px;
    height: 50px;
    opacity: 0;
}


.left,
.right {
  width: 45%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.canvas-container {
  height: 150px;
}

.left .greeting-text {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 75px;
  margin-left: 6rem;
  
}

.left .do{
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 45px;
    margin-left: 6rem;
    width: 78%;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.opening-container {
  background-color: #fcb53b;
  width: 20%;
  height: 50%;
}
