#main {
  margin-top: 80px;
  font-size: 2em;
}

#main img {
  margin: 30px;
}

.title {
  font-size: 6em;
}

.subtitle {
  font-size: 2em;
}

#content {
  margin-top: 20px;
}

.left {
  float: left;
}

.column {
  display: flex;
  flex-direction: column;
}
.row {
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.row p {
  align-self:center;
}
