body, html { height: 100%; margin: 0px; padding: 0px; } h1 { margin-top: 0px; font-size: 6em; font-size: 6vw; text-align: center; } h2 { font-size: 3em; font-size: 4vw; position: fixed; bottom: 0px; width: 50%; } span { border-style: solid; border-width: 2px; border-radius: 2px; border-color: #ffd8e1; margin: 5px; padding: 10px; background-color: rgba(253, 244, 255, 0.5); } #journey { position: fixed; text-align: right; bottom: 0px; right: 0px; width: 45%; margin-right: 30px; } .bg { margin: 0px; background-image: url('/static/photos/homepage.jpg'); height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; } h1, h2 { color: #ffd8e1; /* color: #f44274; */ font-family: verdana; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; text-shadow: 2px 2px black; padding: 10px; }