h1 {
    font-size: 3em;
    font-weight: bold;
    color: #0a71b4;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    margin: 0;    
}
h2 {
    margin: unset;
    color: #0a71b4;
    margin: 1.5em 0 .5em 0;
}
li {
    margin-top: .5em;
}
a:link {
    color: #0a71b4;
}
a:visited {
    color: #6dbcf2;
}
.title-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: start;

}
.title {
    display: flex;
    flex-direction: column;
    flex-grow: 1;

}
.title {
    display: flex;
    
    flex-grow: 1;
    justify-content: center;

}
h2 {
     font-size: 1.5em;
    color: #505050;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 1em;
}
h3 {
   color: #505050;
   font-family: sans-serif;
   font-weight: bold;
   margin-top: 1em;
}
.center-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 150px;
  }