#about-us {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 150%;
}

#about-us h1 {
    text-align: center;
}

#contact-info {
    margin: 0px;
}

.general-text {
    width: 75%;
    border-top: 1px solid black;
    padding-top: 10px;
}

.external-link {
    /* text-decoration: none; */
    color: #2a7a19
}

#thanks {
    text-align: center;
    margin: 15px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}


#scope-of-business {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 150%;
    margin-top: 20px;;
}

#header {
    width: 100%;
    font-size: large; 
}

.ul-container {
    width: 75%;
}