body { font-family: monospace; background-color:#080808; color:#dfdfdf; } a {text-decoration: none; color:#dfdfdf;} a:hover {text-decoration: underline overline; color: red;} #forms { float: left; } #status { float: right; min-width: 400px; color:#5fba3d; } #footer { position: absolute; width: 95%; margin-left: auto; margin-right: auto; text-align: center; bottom: 0; color: #9f9f9f; } #footer a { color: #9f9f9f; }; @media (max-width: 480px) { #status { float: left; } }