
.xihui[data-v-039c5b43]{
  position: absolute;
  right: 0px;
  top: 0px;
}
#home-title[data-v-039c5b43] {
  font-size: 40px;
  margin: 1em auto 0.5em;
  color: white;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px;
}
#home-title > .link[data-v-039c5b43] {
  color: white;
  text-decoration: none;
}
.nav-link[data-v-039c5b43] {
  margin: 10px;
  padding: 3px 8px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  width: 120px;
}
.nav-link > img[data-v-039c5b43] {
  width: 24px;
  height: 24px;
  margin-left: -5px;
  margin-right: 5px;
}
section[data-v-039c5b43] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  width: 600px;
  margin: 3em auto;
}
section > img[data-v-039c5b43] {
  width: 250px;
}
section > .intro-text[data-v-039c5b43] {
  width: 350px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #2c3e50;
}

