
body {
  background-image: url("images/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  color: white;
  text-align: center;
  font-family: sans-serif;
  margin: 0;
}

.container {
  padding: 30px;
}

.cta-button {
  display: inline-block;
  margin: 20px auto;
  padding: 15px 30px;
  background: #E53935;
  color: white;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  border-radius: 25px;
}

.policy-buttons a {
  display: inline-block;
  margin: 10px;
  padding: 10px 20px;
  background: white;
  color: #004A99;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
}

footer {
  margin-top: 50px;
  font-size: 14px;
}

body {
  font-size: 1.2em;
  text-align: center;
}

button, .cta-button, a.button {
  font-size: 1.2em;
  padding: 1em 2em;
  text-align: center;
  display: inline-block;
  margin: 1em auto;
}

.container, .content, .main, .section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
