body {
  background-color: #63a035;
  color: #ffffff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

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

.logo {
  width: 200px;
  height: auto;
  margin-bottom: 40px;
}

.content {
  text-align: left;
}

.catch {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}

hr {
  border: none;
  border-top: 2px solid #ffffff;
  margin: 20px 0;
}

h1 {
  font-size: 2em;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 30px;
}

p {
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 20px;
}
