.navbar {
  background-color: var(--bulma-background-active) !important;
}
.navbar .navbar-item {
  font-weight: bold !important;
}

#relics {
  display: flex;
  justify-content: space-evenly;
}
#relics h1 {
  text-transform: uppercase;
}
#relics > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 150px;
  margin: 10px;
}
#relics > div img {
  margin-bottom: -10%;
}
#relics .boss .separator {
  margin-bottom: 75%;
}

#current-relics {
  display: flex;
  display: none;
  justify-content: center;
  margin-bottom: 50px;
}
#current-relics img {
  display: block;
  margin-left: -5px;
  max-width: 50px;
}

.pause .title {
  font-size: 4em;
}
.pause .subtitle {
  font-size: 2em;
}
.pause .error {
  margin-top: 10em;
}

/*# sourceMappingURL=relics.css.map */
