@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: #fc7777;
}

p {
  margin: 0;
  padding: 0;
  font-size: 3vmax;
  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;
}
#wechat img{
    width: 26vh;
    filter: drop-shadow(1px 1px 1px rgb(133 61 61));
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

#wechat img:hover{
    filter: drop-shadow(2px 2px 2px rgb(133 61 61));
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

@media (max-width:450px) {
  p {
    font-size: 3.5vmax;
  }
  p.desc {
    font-size: .3rem;
  }
  #wechat img{
    width: 20vh;
}
}
.ex1 {
  opacity: 0;
  perspective: 200px;
}
.ex1 span {
  transform: rotateY(-90deg);
  opacity: 0;
}

.ex2 {
  opacity: 0;
  perspective: 200px;
  padding: 0 .3em;
  margin-bottom: 1em;
  text-shadow: #ff3d00 1.5px 1.5px 0px;
}
.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;
}
#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;
}