/* About us page */
#about_us {
    background-color: rgb(138, 59, 138);
    padding: 2px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 100px;
}
@media screen and (min-width: 1050px) {
    #about_us {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}
#about_us div {
    padding: 5px;
    margin: 5px;
    background-color: rgb(30, 30, 30);
}
#about_us div h1 {
    color: white;
    margin-left: 10px;
    font-family: 'Amatic SC', cursive;
    font-size: 40px;

}
#about_us div p {
    margin-left: 10px;
    color: white;
}