/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

body {
  margin: 0;
  overflow: hidden;
}

#ui {
  color: white;
  z-index: 10;
}

#ui #loading {
  color: black;
  position: absolute;
  width: 100dvw;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  text-align: center;
  font-size: 5dvw;
}

#ui #score {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 5dvh;
}

#ui #title_ui {
  position: absolute;
  width: 100dvw;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  text-align: center;
}
#ui #title_ui #game_title {
  font-weight: bold;
  font-size: 7dvw;
  margin-bottom: 25dvh;
}

#ui #title_ui #navigate {
  font-size: 5dvw;
  margin-top: 25dvh;
}
