html, body {
  margin: 0;
  padding: 0;
  background-color: #3b4252;
  height: 100%;
  width: 100%;
  overflow: hidden; /* Prevent scroll */
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  width: 100vw;
  padding: 1rem;
  box-sizing: border-box;
}

.bsthreat-image {
  max-width: 90vw;
  max-height: 80vh;
  height: auto;
  object-fit: contain;
  display: block;
}

.contact {
  margin-top: 1.5rem;
  font-family: monospace;
  color: #888;
  font-size: 0.9rem;
  opacity: 0.7;
}
