body {
  margin: 0;
  padding: 0;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: sans-serif;
  background-color: #f9f9f9;
  color: #333; }

.logo-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem; }

.logo-row img {
  height: auto; }

.message {
  font-size: 1rem; }
