.page-header {
  padding-top: 1rem;
  padding-bottom: 0;
  z-index: 1;
}

.header-nav {
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.main-content {
  padding-top: 0;
  padding-bottom: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.game-container, .level-finished {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}

.level-finished {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main-content {
      padding: 0;
      font-size: 1rem; 
      width: 100%;
  }


.sweet-modal.is-mobile-fullscreen, .sweet-modal-overlay {  
   height: 100% !important;
}

.sweet-modal.is-mobile-fullscreen {
  max-height: 100% !important;
}