.header1{
    padding: 5px;
    text-align: center;
    font-size: 22px;
    color: white;
    background-color: black;
}
.colorwhite{
    color: white;
    
}
.bg-black{
    background-color: black;
}
.bg-white{
    background-color: white;
}
.pipe{
    font-size: 28px;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;  
}

.max-widthContainer{
	max-width: 1170px;
	}
