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

.container {
  background: #ffffff;
  padding: 50px 40px;
  max-width: 600px;
  width: 90%;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

h1 {
  margin-bottom: 20px;
  color: #222;
}

.highlight {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 30px;
}

.btn {
  display: inline-block;
  margin: 20px 0;
  padding: 14px 28px;
  background: #051e3b;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.btn:hover {
  background: #b40909;
}

.strong {
    color: #b40909;
}

.redirect {
  margin-top: 20px;
  font-size: 16px;
}

.small {
  font-size: 13px;
  color: #666;
}
