/* General styling */ body { background-image: url(../images/backgroundsharkycoin.png); text-align: center; } /* Title bar */ #title { display: inline-flex; background-color: white; height: auto; } #title img { float: left; } .boxes { display: -moz-flex; background-color: #008B8B; margin-left: 20%; margin-right: 20%; margin-bottom: 3%; } #table { display: inline; }