@font-face { font-family: 'customFont'; src: url('/fonts/Roboto-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } .blue-background{ background: #103171; } .no-blue{ background: #FFF; } .title-banner{ color: #FFF; font-family: customFont, serif; } .center-column{ width: 50%; margin: auto; background: #FFFFFF; } .footer{ background: #efeff1; } .section-header{ font-size: 24px; }