@import url('https://fonts.googleapis.com/css2?family=Iceland&display=swap');

body { background-color: hsl(256, 100%, 5%); font: 30px sans-serif; overflow: hidden; min-height: 100vh; display: flex; justify-content: center; align-items: center; color: red; font-family: 'IceLand', sans-serif; font-size: 5rem; font-weight: bold; }

canvas { /*position: absolute;*/ z-index: -1; }

.text {

   position: absolute;

   top: 50%;

   left: 50%;

   transform: translate(-50%, -50%);

   text-align: center;

   width: 100%;

}