body {
  margin: auto;
  font-family: -apple-system;
  line-height: 1.4;
  background-color: white;
  margin: 30px;
}
div {
  margin: 30px;
  max-width: 1000px;
  color: black;
  margin: auto;
}
div.center {
  text-align: center;
}
div.images {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
div.header {
  text-align: center;
  margin-top: 10%;
  margin-bottom: 5%;
}
p {
  margin: 0px;
}
h3 {
  margin-top: 30px;
  margin-bottom: 8px;
}
h4.subtitle {
  opacity: 0.7;
  font-weight: lighter;
}
hr.gradient {
  height: 1px;
  border: none;
  border-radius: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: linear-gradient(
    90deg,
    rgba(48, 97, 216, 1) 0%,
    rgba(86, 179, 233, 1) 100%
  );
}
a:link {
  color: #1963E1;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #1963E1;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #1AB7ED;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #1AB7ED;
  background-color: transparent;
  text-decoration: underline;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 60px;
  width: 80%;
}
.row {
  display: flex;
}
.column {
  flex: 50%;
  padding: 10px;
}