body { background-color: #F4EBE8; font-family: Roboto Mono, monospace; font-size:20px; } #statbody { display: flex; margin: 120px; float: left } .statcontainer { display: inline-block; width: 50%; min-height: 900px; padding: 20px; align-items: center; } .counter { display: flex; width: 100% } .box { display: inline-block; width: 40%; text-align: center; padding: 20px; } .number { font-size: 72px; } #graphs { width: 100%; } .image{ display: inline-block; width: 100%; } #counter { display: inline-block; }