#unsupported {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  user-select: none;
  -ms-user-select: none;
  background-color: #8ea2bc;
  overflow: hidden;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

#unsupported .head {
  background-color: #004a99;
  height: 55px;
  padding: 10px 20px;
}

#unsupported .head .logo {
  display: block;
  width: 162px;
  height: 36px;
  text-align: left;
  text-indent: -9999px;
  background: url(learnlex.png) center center no-repeat;
  background-size: contain;
}

#unsupported.sc .head .logo {
  background: url(learnlex-sc.png) center center no-repeat;
  background-size: contain;
}

#unsupported .body .character {
  width: 237px;
  height: 181px;
  margin: 160px auto 0 auto;
  background: url(damdam.png) center center no-repeat;
  background-size: contain;
}

#unsupported .body h1 {
  font-family: "FugazOne-Regular";
  font-size: 40px;
  line-height: 20px;
}
#unsupported .recommend {
  margin-top: 40px;
}

#unsupported .recommend a {
  display: inline-block;
  width: 60px;
  height: 70px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  text-decoration: none;
  color: #ccc;
  font-size: 14px;
  position: relative;
  margin: 0 30px;
}

#unsupported .recommend a.chrome {
  background-image: url(chrome.png);
}
#unsupported .recommend a.firefox {
  background-image: url(firefox.png);
}
#unsupported .recommend a.edge {
  background-image: url(edge.png);
}

#unsupported .recommend a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
