.icon-moon:before {
  content: "\e900";
}
.icon-sun:before {
  content: "\e901";
}
.animate-slide-in-down,
.animate-slide-in-up {
  position: relative;
  opacity: 0;
}
.animate-slide-in-down { top: -10px; }
.animate-slide-in-up { bottom: -10px; }
.no-js .animate-slide-in-down,
.no-js .animate-slide-in-up { opacity: 1; }
.no-js .animate-slide-in-down { top: 0; }
.no-js .animate-slide-in-up { bottom: 0; }
.animate-slide-in-left { left: -100%; }
.no-js .animate-slide-in-left { left: 0; }
.animate-slide-in-right { right: -100%; }
.no-js .animate-slide-in-right { right: 0; }
.vi {
  margin: 100px auto 0;
  max-width: 780px;
}
@media (max-width: 767px) {
  .vi { margin-top: 50px; }
}
.quote {
  position: relative;
  overflow: hidden;
  margin: 40px 20px;
}
.quote-line {
  display: block;
  position: relative;
  height: 1px;
  transition: all .3s ease;
}
.quote cite::before {
  content: "-";
  padding: 0 5px;
}
.quote-content { margin: 30px auto 0; }
.quote-author { margin: 10px auto 30px; }
.links {
  margin-top: 40px;
  font-size: 14px;
}
.links a {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  text-decoration: none;
  border-bottom: 1px dotted;
  transition: border .3s ease, color .3s ease;
}
.links a:hover { border-bottom: 1px solid; }
.links a:active { top: 1px !important; }
.links a:first-child { margin-left: 0; }
html { background-color: white; }
::selection { background: #222; color: white; }
h1 { color: #eeeeee; }
.quote { color: #eeeeee; }
.quote-line { background: #eee; }
a { color: #eeeeee; }
.links a { border-bottom-color: #999; }
.links a:hover { border-bottom-color: #eeeeee; }
.relocating { color: #ccc; }
html { transition: background-color .3s ease; }
* {
  margin: 0;
  padding: 0;
}
html { transition: background-color .3s ease; }
.vi {
  font: 16px/1.8 -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
  "Microsoft YaHei", Helvetica, Arial, sans-serif,
  "Apple Color Emoji", "Segoe UI Emoji";
  text-align: center;
}
