

html {
    font-size: 12.5px;
    margin: 0;
    text-align: justify;
}

@media only screen and (min-width: 800px) {
    html {
      font-size: 18.5px;
    }
  }

header {
    margin: 0;
}

header > h1 {
    margin: 3rem auto;
    width: 100vw;
    text-align: center;
}

.modified-date {
    margin: 2rem 2.5rem;
}

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

.strong-point {
    text-decoration: underline;
}

.section {
    margin: 1.5rem 2.5rem;
}

p, ul {
    margin-bottom: 2rem;
}