body {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
a {
  color:#ec0202;
}

.container {
  text-align: center;
  padding: 20px;
}

.logo {
  width: 240px;
  height: auto;
  margin-bottom: 0px;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
  margin-top: 5px;
}

.tagline {
  font-size: 1.2rem;
  color: #ccc;
  margin-bottom: 40px;
}

.support-link {
  text-decoration: underline;
  font-size: 1rem;
}