body {
  background-color: black;
  color: white;
}

#globalpoints {
  color: #ffcc29; /* Golden Yellow */
  background: black; /* Forest Green */
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.container {
  width: 100%;
  height: 100%;
  margin-top: 50px;
  border-style: solid;
  border-color: goldenrod; /* Emerald Green */
  color: #ffcc29; /* Golden Yellow */
}

.selected {
  border: 2px solid #c0392b; /* Pomegranate */
  outline-style: solid;
  outline-color: #e74c3c; /* Alizarin */
}

.budget {
  color: #e74c3c; /* Alizarin */
  font-weight: bold;
  font-size: 20px;
}

.info-text {
  color: white;
  font-size: 16px;
}

.col-12 h5 {
  color: greenyellow;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.text-center {
  color: lightskyblue;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

#copyButton {
  background-color: #c0392b; /* Pomegranate */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

#copyButton:hover {
  background-color: #8e44ad; /* Wisteria */
}

#gamehub-btn {
  background-color: #c0392b; /* Pomegranate */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 10px;
}

#gamehub-btn:hover {
  background-color: #8e44ad; /* Wisteria */
}

#suggestions-btn {
  background-color: blueviolet; /* Emerald Green */
  color: white;
  padding: 10px 20px;
  border: solid;
  border-radius: 5px;
  border-color: #3498db; /* Peter River */
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 10px;
}

#suggestions-btn:hover {
  background-color: #3498db; /* Peter River */
  border-style: solid;
  border-color: #ffcc29; /* Golden Yellow */
  color: #ffcc29; /* Golden Yellow */
}
