body {
  margin: 0;
  padding: 60px 0;
  align-items: center;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.logo {
  max-width: 200px;
}

.banner {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto 40px;
}

.text {
  font-size: 17px;
  color: #333;
  line-height: 1.5;
}

.text a {
  color: #005eaa;
  text-decoration: none;
}

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

.text-section {
    padding: 0 15px
}