html { background: black; font-family: 'Open Sans', sans-serif; height: 100%; } body { margin-left: 10%; max-width: 80%; min-width: 70%; height: 100%; } header { text-align: center; color: white; } main { min-height: 100%; } #wrapper-center { display: flex; justify-content: center; } main, #headerwrapper { background-color: #fafafa; color: black; } #headerwrapper { text-align: center; padding-top: 0.1%; padding-bottom: 2%; } nav ul { margin: 0; padding: 0; } nav li { display: inline-block; list-style-type: none; } nav a { text-decoration: none; display: block; padding: 5px 6px 5px 6px; color: white; } #lists { float: left; margin-right: 5%; max-width: 45%; } #img-wrapper { float: right; padding-top: 2%; margin-left: 8%; max-width: 30%; } img { max-height: 400px; max-width: 100%; } #recipe-list { float: left; padding-left: 38%; list-style-type: none; } #recipe-item { padding: 5px; font-size: 26px; }