
/* MY CSS */
.about{
    margin-top: 20px;
    text-align: left;
    
}
.about h2{
    font-size: 50px;
    font-weight: 700;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
}
.about p{
    font-size: 20px;
}
article{
    font-size: 20px;
}