@font-face {
  font-family: "ClanWeb";
  font-weight: 800;
  src: url("./fonts/ClanWeb-Black.eot") format("eot");
  src: url('./fonts/ClanWeb-Black.woff') format("woff");
}
@font-face {
  font-family: "ClanWeb";
  font-weight: 700;
  src: url('./fonts/ClanWeb-Bold.eot');
  src: url('./fonts/ClanWeb-Bold.woff') format("woff");
}
@font-face {
  font-family: "ClanWeb";
  font-weight: 400;
  src: url('./fonts/ClanWeb-Medium.eot');
  src: url('./fonts/ClanWeb-Medium.woff') format("woff");
}
.font-clanweb {
  font-family: 'ClanWeb', sans-serif;
}
body {
  background-color: #ff6418;
  color: #ffffff;
  font-family: 'ClanWeb', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
body .content h1 {
  font-size: 60px;
  text-align: center;
  line-height: 1.3em;
}
body .content ul {
  position: relative;
  padding-right: 300px;
  margin-bottom: 100px;
}
body .content ul li {
  padding-bottom: 5px;
  white-space: nowrap;
}
body .content ul::after {
  background-image: url('badge3.png');
  right: 0;
  top: -25px;
  height: 165px;
  width: 165px;
  content: '';
  background-size: contain;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}
body .content p.ingress {
  font-size: 30px;
}
body .content p.bottom-link {
  text-align: center;
}
body .content p.bottom-link a,
body .content p.bottom-link a:visited,
body .content p.bottom-link a:hover,
body .content p.bottom-link a:active {
  color: #ffffff;
}
@media (max-width: 768px) {
  body {
    padding: 10px;
    font-size: 20px;
    justify-content: normal;
  }
  body .content {
    width: 100%;
  }
  body .content ul {
    padding-right: 0;
    margin-bottom: 50px;
  }
  body .content ul::after {
    position: relative;
    top: 0px;
    float: right;
  }
  body .content p.ingress {
    font-size: 20px;
  }
  body .content .bottom-link {
    margin-top: 180px;
    clear: both;
  }
  body .content h1 {
    font-size: 30px;
    text-align: left;
  }
}
