:root {
  --clevor-blue: #193762;
  --clevor-red: #e65041;
}

#region-overlay {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  cursor: default;
}

#region-popup-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  width: 500px;
  max-width: 100%;
  max-height: 100%;
  background-image: url('https://d9hhrg4mnvzow.cloudfront.net/www.toxbuddy.com/68bb9595-untitled-web-16_11hc0zl00000000000001o.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

#region-popup-title {
  font-size: 2.5em;
  font-weight: bold;
  color: var(--clevor-blue);
  text-shadow: white 1px 0 10px;
  padding: 0.5em;
  margin-bottom: 3em;
}

#region-popup-text {
  font-size: 20px;
  margin-bottom: 10em;
  color: var(--clevor-blue);
  text-shadow: white 1px 0 10px;
  padding: 0 15% 3em 15%;
}

.region-popup-btn {
  height: 20px;
  width: 25ch;
  padding: 0.5em;
  margin: 1em 0;
  text-align: center;
  font-weight: bold;
  color: white;
  background-color: var(--clevor-red);
  cursor: pointer;
}
