/* latin-ext */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Josefin Sans'), local('JosefinSans'), url(../fonts/josefin-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Josefin Sans'), local('JosefinSans'), url(../fonts/josefin-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: "72b10f8ac0c85c4e615a3d8d7df38495";
    src: url("../fonts/gb.eot"); /* IE9 */
    src: url("../fonts/gb.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/gb.woff") format("woff"), /* chrome, firefox */
    url("../fonts/gb.ttf") format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url("../fonts/gb.svg#72b10f8ac0c85c4e615a3d8d7df38495") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}


body {
    font-family: "Josefin Sans";
}

.abs-center {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.message {
    font-family: "72b10f8ac0c85c4e615a3d8d7df38495";
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 50px;
}

.beian {
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  font-size: 12px;
}

.beian a {
  color: #333;
  text-decoration: none;
}