body {
  background: #0f0f0f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.kick-login-btn {
  background: #53fc18;
  color: black;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 22px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s ease;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-width: 160px;
}

.kick-login-btn:hover {
  background: #3ac10f;
  transform: scale(1.05);
}

.kick-icon {
  width: 22px;
  height: 22px;
}
