body { background-color: cornflowerblue; font-family: 'Lato', sans-serif;; } #container { margin: 0 auto; width: 900px; height: 500px; } .box { text-align: center; background-color: ivory; display: inline-block; height: 200px; width: 400px; overflow: hidden; margin-left: 10px; font-size: 20px; } textarea { margin: 20 30; } h2 { color: white; } h1 { text-align: center; }