body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.container {
  background: #fff;
  padding: 2em;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
  max-width: 600px;
}

.branding {
  margin-bottom: 1em;
}

.branding img {
  max-width: 600px;
}

.message {
  font-size: 1.2em;
  line-height: 1.5;
}

.message a {
  color: #007BFF;
  text-decoration: none;
  font-weight: bold;
}

.message a:hover {
  text-decoration: underline;
}
