.text_area {
    padding: 0 0.5rem;
    display: block;
}
a:link {
    color: #0067B0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #0067B0;
    text-decoration: none;
}
h2 {
    margin-left: 0.1rem;
    margin-top: 1rem;
    border-left: cornflowerblue solid 0.5rem;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem;
    font-weight: normal;
}
p {
    text-indent: 1rem;
    margin-bottom: 0.5rem;
}
ul {
    margin-left: 2rem;
}
.root {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.root>*:not(.footer){
    
}
.footer {
    text-align: center;
}