


* {
  color: #C4C0BC;
  font-family: "Segoe UI";
  line-height: 1.5;
}

body {
  margin: 0;
  background-color:#000;
}

.text-white {color:#fff}

#container {
  position: fixed !important;
  min-width: 100vw;
  min-height: 100vh;
  backgound-color: #000;
  background:
      linear-gradient(90deg, rgba(244,181,255,1) 0%, rgba(168,39,201,1) 55%, rgba(121,9,119,1) 100%);
  z-index: -2;
}

.contents {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
  font-size: 1.2em;
  font-weight: 400;
}

.headline {
  font-weight: 600;
}