* {
    cursor: help;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    font-family: 'Times New Roman', serif;
  }
  body {
    overflow: hidden;
    background-color: #5cb2f9;
    touch-action: none;
  }
  div#selmaBkg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    position: absolute;
    background: url('./ass/bkg.png') repeat-x bottom/contain;
  }
  div#consent {
    position: absolute;
    color: rgb(44, 111, 155);
    top: 15px;
    left: 15px;
    width: 80vw;
  }
  .hideme {
    display: none;
  }
  p#lang-sel {
    font-size: 15px;
    color: white;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 20;
  }
  p#lang-sel a {
    font-weight: 600;
  }
  p#lang-sel a.unselected {
    text-decoration: underline !important;
    font-weight: 400 !important;
  }
  p#lang-sel a.unselected:hover {
    text-decoration: none !important;
    cursor: pointer;
  }
  p#lang-sel a:hover {
    text-decoration: none;
  }
  div#selma {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  div#selma.neg {
    /* you are important too */
    background: url('./ass/selma-no.png') no-repeat bottom/contain !important;
  }
  div#selma:active p#outcome-txt {
    display: none;
  }
  img#title {
    height: 18vh;
    max-width: 100vw;
    display: block;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    touch-action: none;
  }
  div#bkgColour {
    top: 0;
    left: 0;
    position: absolute;
    width: 100vw;
    height: 100vh;
  }
  div#bkgColour.pos {
    background-color: green;
  }
  div#bkgColour.neg {
    background-color: red;
  }
  p#outcome-txt {
    font-size: 5em;
    text-align: center;
    margin-top: 10vh;
    color: #fff;
    pointer-events: none;
    text-shadow: 2px 2px #000;
  }
