@charset 'utf-8';

body {
  background: #363f48;
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: 300;
  line-height: 1.75em;
  color: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  outline: none;
  pointer-events: auto;
}

main {
  width: 70vw;
  box-sizing: border-box;
  padding: 12vh 40px 12vh 140px;
  position: relative;
}

main::before, main::after {
  content: '';
  display: block;
  width: 100%;
  height: 14vh;
  position: fixed;
  left: 0;
}

main::before {
  top: 0;
  background: url('../images/fade-to-top.svg') 0 0/auto 100%;
  pointer-events: none;
}

main::after {
  bottom: 0;
  background: url('../images/fade-to-bottom.svg') 0 0/auto 100%;
  pointer-events: none;
}

h1 {
  margin: 20px 0 40px 0;
  font-size: 12pt;
}

h2 {
  margin: 6px 0 6px 0;
  font-size: 14pt;
  color: #b1b6bc;
  cursor: pointer;
}

h2 > span {
  display: inline-block;
  width: 0.75em;
  text-align: center;
}

p {
  display: block;
  margin: 20px 10px;
  text-align: justify;
}

p:nth-child(n+2) {
  display: none;
}
