.content { width: 100%; position: relative; }
.content__container { width: 100%; height: 100%; z-index: 8; background-color: #0000;  position: absolute; top: 0; left: 0;  }
.content__container canvas { z-index: 10; position: absolute; top: 0; left: 0; }
.content__section { width: 100%; height: 100%; position: relative; }
.small-text { color: #f0712c; opacity: 0; z-index: 100; font-family: Arial, sans-serif; font-size: 50px; font-weight: 700; position: fixed; top: 17%; left: 54%; }
.big-text { color: #f0712c; opacity: 0; z-index: 100; font-family: Arial, sans-serif; font-size: 100px; font-weight: 700; position: fixed; top: 35%; left: 70%; }