body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  background: linear-gradient(to right, #3498db, #8e44ad);
  font-family: 'Courier New', Courier, monospace;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.logo-wrapper {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.logo {
  font-size: 96px;
  font-weight: bold;
  color: white;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.logo-sub {
  font-size: 48px;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
