* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  background-color: #fafafa;
}

#container {
  position: relative;
  height: 100vh;
}

#container .container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.container {
  max-width: 500px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.container .content {
  position: relative;
  width: 150px;
  height: 60px;
  margin: auto auto 50px;
  background: url(../img/lafuse.svg) 100% 5px no-repeat;
}

.container h2 {
  font-family: 'Noto Serif SC', serif;
  font-size: 33px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.container p {
  font-family: PingFang SC;
  font-size: 16px;
  color: #D08A1E;
  font-weight: 500;
  margin: 10px;
}

a {
  color: #D08A1E;
  text-decoration: none;
}

.dirlink {
  font-family: 'Noto Serif SC', serif;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #713800;
  background: #d5b480;
  color: #713800;
}