#score-counter-container {
  position: fixed;
  z-index: 300;
  top: 0.8vw;
  left: 1vw;
  display: flex;
  align-items: baseline;
}
#score-counter {
  font-size: 1.5vw;
  font-weight: bold;
  color: #fff;
  margin-right: 0.5vw;
}
#score-counter {
  margin: 0;
  padding: 0;
  font-size: 2vw;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 0.15vw #000;
}

#notification {
  opacity: 0;
  margin: 0 0 0 0.5vw;
  padding: 0;
  font-size: 0;
  transition: 0.15s ease-in-out;
  text-shadow: 0 0 0.1vw #000;
}

.menu-container {
  display: flex;
  z-index: 500;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.menu-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0.5rem 0.3rem 0.5rem;
  text-align: center;
  padding: 0;
  color: #fff;
  text-shadow: 0 0 0.25rem #000;
}

.btn {
  background-color: #fff;
  font-size: 1.6rem;
  border: 0.1rem solid #000;
  border-radius: 0.3rem;
  padding: 0.4rem 0.8rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.btn:hover {
  background-color: #000;
  color: #fff;
}

.menu-btns {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  justify-content: center;
  margin: 0.5vw 0 0 0;
}

.window-borders {
  padding: 0px 0.15vw 0.15vw 0.15vw;
  background-color: rgb(37, 37, 37);
  text-align: right;
  color: white;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-between;
}

.window-borders .window-bordersheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.window-borders .module-title {
  user-select: none;
  font-size: 0.85vw;
  font-weight: bold;
  margin: 0 0 0 0.15vw;
  padding: 0;
}

.close-btn {
  color: white;
  font-size: 1.2vw;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0 0.1vw 0 0;
}

.close-btn:hover {
  color: #c0c0c0;
  font-weight: bold;
}

.close-btn:active {
  color: #afafaf;
  font-weight: bold;
  font-size: 1.4em;
}
