﻿html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #66c;
}

.stats_block {
  background: rgba(255,255,255,0.85);
  position: absolute;
  right: 0;
  bottom: 0;
}