body {
  background-color: #235f65;
  background-image: url('../images/background-2.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  display: block;
  margin-bottom: 5px;
}
a {
  color: #00e;
}
.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  text-decoration: none;
}
.logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.container {
  margin-top: 60px;
}
.section-main {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #e2e2e2;
}
.simple-text {
  font-weight: 400;
}
.form {
  padding-right: 50px;
  padding-left: 50px;
}
.form-container {
  padding-right: 50px;
  padding-left: 50px;
}