.width{ width : 100%; display: flex; justify-content: center; } .header{ display: flex; justify-content: center; background-color: #FEDC00; width: 80%; text-align: center; font-size: 2.5rem; margin: 5rem; } .body{ width: 80%; border-top: 1px solid #FEDC00; border-bottom: 1px solid #FEDC00; } .span span{ color:white; font-size: 1.5rem; }