.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}
.fixed {
  position:fixed;
  z-index: 99;
}

body {
  background-color: #ffd7ae;
}