*{ margin: auto; } body { margin: 0px; padding: 0px; height: 100%; } img{ max-width: 100%; } footer{ background-color: rgb(84, 84, 84); width: 100%; height: 5%; position: fixed; bottom: 0px; display: flex; } .top-menu{ border-bottom: 2px solid; border-color: rgb(125, 125, 125); width: 100%; } .top-menu-button-div{ background-color: rgb(89, 205, 18); margin: 0.2%; padding: 0.5%; border-radius: 5px; text-align: center; width: 10%; float: right; overflow: hidden; font-size: 1em; font-family: 'Helvetica Neue', Helvetica; white-space: nowrap; text-decoration: none; text-shadow: 1px 1px rgb(143, 143, 143); color: rgb(255, 255, 255); } .top-menu-button-div:hover{ color: rgb(0, 0, 0); } .footer-div{ font-family: Helvetica; font-size: 0.9em; color: white; text-align: center; } #top-menu-div-buttons{ width: 79%; display: inline-block; vertical-align: bottom; } #top-menu-h1-div{ vertical-align: bottom; display: inline-block; width: 20%; margin-left: 0.5%; } #top-icon{ width: 2em; float: right; margin-right: 0.5%; } #top-icon:hover{ border-bottom: 2px solid black; } #top-text-logo{ font-family: monospace; } #middle-name-web-developer{ font-family: 'Lucida Console'; width: 100%; margin-top: 3%; text-align: center; } #rounded-middle-image{ overflow: hidden; border-radius: 50%; width: 20%; right: 0px; position: absolute; } #img-onboard{ width: 100%; height: 500px; overflow: hidden; }