@import url("https://fonts.googleapis.com/css?family=Heebo:900");
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Heebo', sans-serif;
  background: #f86f5e;
}

p {
  margin: 0;
  padding: 0;
  font-size: 6vmax;
  line-height: 1;
  color: #FFFFFF;
  font-family: "Saira Stencil One", Sans-serif;
  font-weight: 200;
    letter-spacing: -2px;
}
p.desc {
  padding: 1rem;
  font-size: 1rem;
  letter-spacing: .2rem;
  opacity: 0;
  transition: 2s 1.5s;
}

@media screen and (max-width: 450px) {
  p {
    font-size: 7vmax;
  }
  p.desc {
    font-size: .3rem;
  }
}
.ex1 {
  opacity: 0;
  perspective: 200px;
}
.ex1 span {
  transform: rotateY(-90deg);
  opacity: 0;
}

.ex2 {
  opacity: 0;
  perspective: 200px;
  padding: 0 .3em;
  margin-bottom: 1em;
}
.ex2 span {
  transform: rotateY(-90deg) rotateX(45deg);
  transform-origin: -50% 75%;
  opacity: 0;
}

body div mtt, body div h2
{
width: 100%;
height: 25px;
position: fixed;
bottom: 1px;
left: 0px;
font-size: 15px;
color: #FFF000;
text-align: center;
}
#wechat img{
    width: 30vmax;
}
#copyright {
	font-style: normal;
    padding-top: 5vmax;
    font-size: .93em;
} 
#copyright span{
    padding-left:2px;
} 
a {
	text-decoration: none;
	color: #fff;
    vertical-align:middle;
}
address {
	font-style: normal;
	font-weight: 16px;
    font-size: 1.3vmax;
}

address img {
	vertical-align: middle;
}

address a span {
	padding-left: 5px;
}