.about {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#output {
 max-width: 900px;
    margin-top: 50px;
    padding: 50px;

}

#output p {
    font-size: 17px;
    font-weight: bold;
}