* { max-width: 700px; margin: auto; } h1 { font-family: Arial, Helvetica, sans-serif; font-size:20px; text-align: center; color: #008B8B; } /*body { min-width: 500px; }*/ div { border-radius: 5px; } #header { height: 20px; width: 100%; position: fixed; z-index: 1; } #title { margin-left: 3%; } #footer { height: 50px; width: 100%; background-color: #ffcccc; clear: both; position: relative; } .left { height: 1000px; width: 45px; background-color: #008B8B; float: left; position: fixed; } .right { height: 1000px; width: 45px; background-color: #008B8B; float: right; position: inherit; } .stuff { display: inline-block; margin-top: 6px; margin-left: 55px; width: 75%; height: 1000px; font-family: Arial, Helvetica, sans-serif; text-align: justify; font-size: 16px; } p, li { font-family: Arial, Helvetica, sans-serif; font-size: 16px; } .head { font-size: 17px; color: #008B8B; font-family: Arial, Helvetica, sans-serif; } #name { font-family: Sacramento; float: right; margin-top: 10px; margin-right: 4%; } a { color: black; text-decoration: none; } @media only screen and (max-width: 430px) { .left, .right { display: none; } .stuff { width: 100%; margin-left: 10px; } }