:root {
  --black: black;
  --white: white;
}

.lottie-animation {
  width: 300px;
}

.lottie-animation._2 {
  width: 100vw;
}

.body {
  height: 200vh;
  background-color: var(--black);
  perspective: 2000px;
  justify-content: center;
  align-items: center;
}

.lottie-animation-2 {
  width: 100vw;
}

.div-block {
  width: 800px;
  background-color: #ffa2a2;
  padding: 0;
}

.lottie-animation-3 {
  background-color: #522c2c;
}

.lottie-animation-4 {
  width: 50vw;
}

.html-embed {
  width: 100vw;
  height: 100vh;
}

.lottie-animation-5 {
  width: 500px;
}

.content {
  width: 100vw;
  height: 100vh;
}

.canvas {
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto 35px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  position: absolute;
  bottom: 25px;
}

.image {
  width: 100px;
  position: fixed;
  top: 30px;
  bottom: auto;
  left: auto;
  right: auto;
}

.logo {
  width: 300px;
  height: 300px;
  aspect-ratio: auto;
  mix-blend-mode: normal;
  position: absolute;
}

.header {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 479px) {
  .heading {
    display: none;
  }

  .image {
    width: 60px;
  }
}


