
header{
    margin-top:50px;
}
#about{
    color:white;
}
#about img{
    height:200px;
    margin-top: 30px;
}

#about p{
    font-size: .75em;
    margin-top:20px;
}
.flex-column{
    width:400px;
    text-align: center;
}

.d-flex img{
    margin: 0 30px 0 30px;
}

hr{
    width:50px;
    height:2px;
}



.hr-black{
    background-color: black;
}