@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?6dhaje');
  src:  url('../fonts/icomoon.eot?6dhaje#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?6dhaje') format('truetype'),
    url('../fonts/icomoon.woff?6dhaje') format('woff'),
    url('../fonts/icomoon.svg?6dhaje#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tree:before {
  content: "\e90b";
}
.icon-nativescript:before {
  content: "\e909";
  color: #3655ff;
}
.icon-facebook:before {
  content: "\e90d";
  color: #1877f2;
}
.icon-linkedin:before {
  content: "\e901";
  color: #0077b5;
}
.icon-github:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
  color: #e4405f;
}
.icon-csswizardry:before {
  content: "\e905";
  color: #f43059;
}
.icon-html5:before {
  content: "\e906";
  color: #e34f26;
}
.icon-node-dot-js:before {
  content: "\e907";
  color: #393;
}
.icon-vue-dot-js:before {
  content: "\e908";
  color: #4fc08d;
}
.icon-mongodb:before {
  content: "\e902";
  color: #47a248;
}
.icon-fighter-jet:before {
  content: "\e90c";
}
.icon-camera-retro:before {
  content: "\e90a";
}
.icon-linux:before {
  content: "\e900";
}


* {
  font-family: 'ZCOOL XiaoWei', serif;
}

#container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


#container  #text-block {
  max-width: 620px;
  padding: 20px;
  font-size: 20px;
}

#container #text-block h1 {
  font-size: 30px;
}

#container #text-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#container #text-block ul li {
  padding-bottom: 10px;
}

#container #text-block a {
  color: #00649e;
  text-decoration: underline #00649e;
}

#container #text-block p {
  line-height: 32px;
}

#container #text-block p span,
#container #text-block h1 span {
  text-decoration: underline dotted #00649e;
  font-weight: bold;
}

#container #text-block .fas,
#container #text-block .fab {
  font-size: 22px;
  display: inline-block;
  margin: 0 2px;
}

#icons {
  margin: 30px 0;
}

#icons span {
  display: inline-block;
  margin-right: 10px;
}