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

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Unbounded', sans-serif;
  color: #fff;
  overflow: hidden;
}

.background {
  background: url('loom_bg.jpg') no-repeat center center/cover;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -2;
}

.overlay {
  background: rgba(0, 0, 0, 0.6);
  padding: 4em 2em;
  text-align: center;
  height: 100%;
  overflow-y: auto;
}

h1 {
  font-size: 3em;
  margin-bottom: 0.5em;
  text-shadow: 0 0 10px #ffcc00;
}

.intro {
  font-size: 1.2em;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
  color: #e0e0e0;
}
