* {
  color: #181a1b;
  font-family: 'Ubuntu', sans-serif;
}

html {
  height: 100%;
}

body {
  background-color: #fff;
  min-height: 100%;
  overflow-x: hidden;
  padding-bottom: 3em;
}

.bcnT-enter,
.bcnT-leave-to {
  opacity: 0;
}

.bcnT-enter-active,
.bcnT-leave-active {
  transition: opacity 0.3s;
}
