@keyframes bounce {
  0%    {transform: translateY(0);}
  12%   {transform: translateY(-20px);}
  24%   {transform: translateY(0);}
  36%   {transform: translateY(-20px);}
  48%   {transform: translateY(0);}
}

@keyframes mq {
  0%  {left:0px;}
  100% {left:-1550px;}
}

/* layout boxes */

#mainbar{
  display:inline-block;
  width: calc(100% - 602px);
}

/* special yellow boxes */

.box{
  background-color:#fcff84;
  border:#fcce17 2px solid;
  border-radius:5px;
  padding:0 0 8px 0;
}

.box p, .box h1, .box li{
  color:black;
  line-height:1.6em;
  font-size:16px;
  font-family: 'acww';
  letter-spacing: 1px;
}

.box p{
  margin:1px 20px 10px;
  text-align: left;
}

.box p, .box li{
  font-size:14px;
}

.box h1{
  background: linear-gradient(90deg,rgba(255, 255, 255, 0.33) 0%, rgba(22, 8, 112, 1) 100%);
  line-height:1em;
  margin: 0;
  padding:16px 10px;
  font-variant:normal;
  font-weight:100;
  margin-bottom:6px;
}

.box ul{
  margin:0;
}

/* marquee */

.vstamps{
  flex-flow: column wrap;
  height:50px;
  position:relative;
}

.vstamps img{
  aspect-ratio: 16/9;
}

.mq {
  width:100%;
  height:50px;
  overflow:hidden;
  margin:0;
  margin-bottom:20px;
}

#cmq {
  animation: mq 16s infinite linear;
  font-size:16px;
  color:white;
}

#cmq:hover {
  animation-play-state: paused;
}

/* misc */

.bubble{
  position:absolute;
  z-index:10;
  bottom:20px;
  left:20px;
}

#blinkies {
  position:relative;
  margin-top: 20px;
  flex-flow:row wrap;
  bottom:0;
  z-index: 1;
}

#blinkies img{
  width:25%;
}

.gallery {
  margin-top:15px;
  position:relative;
}

.gallery img{
  width:25%;
}

#scor{
  animation: bounce 1.2s infinite;
  width: 70px;
  bottom:0px;
  right: 75px;
  position: absolute;
  aspect-ratio:auto;
}

#play{
  left:40px;
  top:20px;
  width: 55px;
  position: absolute;
  aspect-ratio:auto;
}




