* {
  font-size: 36;
}

article, section {
  width: 100%;
}

.section-summary {
  list-style: none;
}

.section-summary .section-title {
  text-decoration: underline;
}

#main {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

#contact-info {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#contact-info > span {
  margin: 5px 20px;
  text-align: center;
}

#content {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*
  flex-direction: row;
  justify-content: space-evenly;
  */
}

#me-img {
  max-width: 100%;
  margin: auto;
}
