html, body {
  margin: 0;
  padding: 0;
  font-family: 'Georgia', 'Times New Roman', serif;
  background-color: #ffffff;
  color: #000000;
  overflow: hidden;
  height: 100%;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  flex-direction: column;
  box-sizing: border-box;
}

.logo {
  width: 150px;
}

h1 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.valid {
  color: #155724;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 20px;
}

.invalid {
  color: #721c24;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 20px;
}

.field-label {
  font-weight: bold;
  margin-top: 10px;
}

.field-value {
  margin-bottom: 20px;
  font-size: 18px;
}

.footer {
  margin-top: 40px;
  font-size: 12px;
  color: #666666;
}
