html { margin: 0; padding: 0; height: 100%; width: 100%; position: relative; } title { color: blue; } body { margin: 0; padding: 0; position: absolute; height: 100%; width: 100%; background-image: url(https://images.unsplash.com/photo-1512291152593-07033c65b791?auto=format&fit=crop&w=987&q=80s); background-repeat: no-repeat; background-size: width= 100% height= 100% } div.input { margin: 0; position: absolute; padding: 0; width: 100%; height: 500px; } p.title { margin: 10; padding: 10; height: 120px; width: 70%; text-align: center; position: absolute; top: 12%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); font-family: 'Open Sans Condensed', sans-serif; font-size: 150px; color: #D7CCC8 ; } font.title { margin: 0; padding-top: 5px; height: 100px; width: 70%; text-align: center; position: absolute; top: 212%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); font-family: 'Courier New'; font-size: 20px; color: #FFB74D; } p.inputs { color: dimgray; margin: 0; padding: 5px; border-radius: 8px; background-color: papayawhip; height: 110px; width: 100%; text-align: center; position: fixed; top: 70%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); font-family: 'Open Sans Condensed', sans-serif; box-shadow: 3px 3px 2px #888888; vertical-align: middle; line-height: 50px; font-size: 40px; } button { margin: 0; font-family: 'Open Sans Condensed', sans-serif; font-size: 20px; background-color: darkblue; color: white; height: 35px; width: 150px; padding: 0 5px 0 5px; border: none; box-shadow: 3px 3px 2px #888888; } button:hover { font-size: 19px; -moz-box-shadow: inset 0 0 10px #000000; -webkit-box-shadow: inset 0 0 10px #000000; box-shadow: inset 0 0 10px #000000; cursor: pointer; }