@import url('https://s.plurk.com/b59c760c94ab4b1f6c8f.css');

html, body { box-sizing: border-box; }
* { box-sizing: inherit;  }

html, body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  min-height: 100vh;
  background: fixed center center url('/badge_background.png');
  background-size: cover;
}

noscript {
  margin: auto;
  color: white;
  position: absolute;
  width: 100vw;
  height: 100vh;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
