body {
  margin: 2rem;
  line-height: 1.4;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

@media print {
  body {
    margin: 0;
  }
}

h1,
h2 {
  font-weight: 400;
}

h3,
h4 {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

h1,
h3 {
  color: #d32f2f;
}

a {
  color: #3f51b5;
  text-decoration: none;
}

section {
  margin-bottom: 1.5rem;
}

main {
  float: left;
  width: 70%;
}

aside {
  float: right;
  margin-left: 2rem;
  width: calc(30% - 2rem);
}

ul ul {
  padding-left: 1.25rem;
}

dt {
  font-weight: 600;
  margin-bottom: 0.2rem;
}

dd {
  margin-left: 0;
  margin-bottom: 0.75rem;
}

dd:last-child {
  margin-bottom: 0;
}

.justify {
  text-align: justify;
}

.item-list {
  padding-left: 0;
}

.item-list>li {
  list-style-type: none;
  margin-bottom: 2rem;
}

.item-list>li:last-child {
  margin-bottom: 0;
}

.item-timeline,
.item-link {
  float: right;
  padding-top: 4px;
}

.item-link {
  font-size: 14px;
}

.item-link.under-development::before {
  content: 'Ongoing project';
  font-style: italic;
  opacity: .6;
}

#open-source .item-list>li {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.66;
}

.skill {
  font-weight: bold;
  /* background-color: #fbff003f; */
}

.impact {
  font-weight: bold;
  /* font-style: italic; */
}

@media print {
  .page-break {
    page-break-before: always;
  }
}
