body {
  font-family: sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
}

.header_img {
  width: 100%;
  margin-bottom: 15px;
}

.text h1 {
  font-size: 20px;
  margin: 0 10px 25px 10px;
}

.text p {
  margin: 0 10px;
  text-align: left;
  font-size: 16px;
  list-style-type: disc;
  text-align: center;
}

.text p {
  margin-bottom: 35px;
}

.button {
  background-color: #1D78A2;
  font-size: 16px;
  color: white;
  padding: 15px 100px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 0 solid transparent;
  border-radius: 25px;
}
