* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  box-sizing: border-box
}
body {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  font-family: Cyber,sans-serif;
  background: linear-gradient(90deg,#f5ed00 60%,#e6de00 60%),#fff700
}
body > * + * {
  margin-top: 2rem
}
:root {
  --shimmy-distance: 6;
  --primary-hue: 0;
  --primary-lightness: 50;
  --color: #fff;
  --black: #0d0d0d;
  --font-size: 22px;
  --label-size: 14px;
  --shadow-primary-hue: 180;
  --shadow-secondary-hue: 60;
  --primary: hsl(var(--primary-hue), 85%, calc(var(--primary-lightness, 50) * 1%));
  --shadow-primary: hsl(var(--shadow-primary-hue), 90%, 50%);
  --shadow-primary-alpha: hsla(var(--shadow-primary-hue), 90%, 50%, 0.5);
  --shadow-secondary: hsl(var(--shadow-secondary-hue), 90%, 60%)
}
#xenomorph-container {
  position: absolute;
  height: 110px!important;
  width: 110px!important;
  z-index: 9;
  background: rgba(0,0,0,0);
  text-align: center;
  top: 200px;
  left: 47%
}
#xenomorph-movable {
  height: 200px!important;
  width: 110px!important;
  cursor: move;
  z-index: 10;
  background: rgba(0,0,0,0);
  color: #fff;
  background-image: url('../images/xenomorph/xenomorph_chibi.png');
  background-size: 110px
}