.document-container {
    margin: auto;
    display: flex;
    flex-direction: column
}

h4 {
    text-align: center;
    padding-bottom: 50px;
}

h6 {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: black !important;
}