.app-background {
  display: block;
  position: absolute;
  top:0;
  left:0;
  right: 0;
  height: 100%;
  background: black;
  background-size: cover;
  z-index: -1;
}

.wrapper > .container > section > article {
  font-family: 'Muli', sans-serif;
  padding: 0px 0;
  display: block;
  text-align: left;
  text-decoration: none;
  color: white;
}

h1 { 
  text-align: center;
  font-size: 60px;
  opacity: 1;
  color: white;
  
}

h2 { 
  text-align: left;
  font-size: 30px;
  opacity: 0.9;
  color: white;
}

p { 
  text-align: justify;
  font-size: 16px;
  opacity: 0.9;
}

a{
    color: white;
    font-weight: bold;
    text-align: left;
  }

a:hover{
    color: white;
    font-weight: bold;
    text-align: left;
  }


.wrapper > .container > article > .cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}


.wrapper > .container > article > .cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

