::selection {
  background-color: #ffffff;
  color: #000000;
}
body {
  margin: 0;
  padding:0;
  overflow:hidden;
  font-family: "Righteous", sans-serif;
  background-color: #06094a;
}
h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 72px;
  text-align: center;
  position: fixed;
  z-index: 500;
  left: 0;
  right: 0;
  top: 50%;
  margin: -36px 0 0 0;
  padding: 0;
  line-height: 0.9;
  mix-blend-mode: exclusion;
}
h1 span:nth-child(1) {
  color: #ff3939;
}
h1 span:nth-child(2) {
  color: #badcff;
}
@media screen and (max-width: 568px) {
  h1 {
    margin: -64px 0 0 0;
  }
}
