body {
  margin: 0;
  background-color: #7a3db8;
  font-family: Arial, sans-serif;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.card {
  background: white;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  max-width: 500px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.logo {
  width: 100%;
  max-width: 400px;
  margin-bottom: 10px;
}

h1 {
  margin: 0;
  font-size: 32px;
}

.brand {
  font-weight: bold;
  color: black;
}

.online {
  font-weight: normal;
  color: gray;
  font-size: 18px;
  margin-left: 5px;
}

h2 {
  margin-top: 20px;
  font-size: 24px;
  color: black;
}

.subtitle {
  margin: 10px 0 20px;
  color: #444;
  font-size: 14px;
}

.contact {
  font-size: 16px;
  color: black;
  line-height: 1.5;
}

.contact a {
  color: black;
  text-decoration: none;
}
