@media (min-width: 901px) {
  #navbar {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1; } }
div.middle {
  width: 50%;
  height: 50%;
  background-color: #000099;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.disabled {
  opacity: 0;
  transition: opacity 1s; }

/*# sourceMappingURL=main_animated.css.map */
