body{ max-width: 900px; margin: auto; background-color: #E1D9D1; } nav { margin-top: 10px; text-align: center; } nav a { padding: 15px; font-size: 22px; font-weight: bold; text-decoration: none; color: #71BC68; } footer{ text-align: center; } /* Header */ .main-image { margin-top: 25px; position: relative; background: url(/img/bg.jpg) no-repeat center; background-size: cover; height: 250px; } .img-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; font-weight: 700; text-transform: uppercase; } .img-container h1 { margin: 0; font-size: 66px; } .img-container h1 span { border: 6px solid white; padding: 6px 14px; display: inline-block; } /* container styles*/ .container{ text-align: center; } .index-content{ height: 500px; display: flex; } .right{ height: 500px; width: 60%; background: blue; } .left{ height: 500px; width: 40%; background: green; }