@import url(//cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.css);

#nav {
  padding: 30px;
}
#nav a {
  font-weight: bold;
  color: #2c3e50;
}
#nav a.router-link-exact-active {
  color: #42b983;
}
#app div.app-content {
  position: static;
}
#app div.app-content>div {
  position: absolute;
}
#app div.transition-block {
  width: 100%;
  float: left;
}

