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

*{
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: .2em;
  color: white;
  text-align: center;
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.content-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -100;
}