/* 

Easy Academy


- Courses:  http://www.memrise.com/user/EasyAcademy/courses/teaching/

- EasyAcademyTV: https://www.youtube.com/user/EasyAcademyTV

- Facebook: https://www.facebook.com/easyacademyweb/

- Website: https://easyacademyweb.wordpress.com/

- Github: https://github.com/EasyAcademy/Open-Memrise-Manager


*/
@font-face {
  font-family: 'Sigmar One';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sigmarone/v11/co3DmWZ8kjZuErj9Ta3do6Tpow.ttf) format('truetype');
}
body {
  /*background: #3da1d1;
  color: #fff;*/
  /*overflow: hidden;*/
}
.congrats {
  position: absolute;
  top: 320px;
  width: 80%;
  height: 100px;
  padding: 20px 10px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
h1 {
  transform-origin: 50% 50%;
  font-size: 50px;
  font-family: 'Sigmar One', cursive;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}
.blob {
  height: 50px;
  width: 50px;
  color: #ffcc00;
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 1;
  font-size: 30px;
  display: none;
}