*{box-sizing: border-box;}
body { font-family: 'Source Sans Pro', sans-serif; margin: 0; display: flex; min-height: 100vh; flex-direction: column; color: white; background: linear-gradient(45deg, rgb(12, 57, 70) 0%, rgb(10, 0, 12) 100%);}
main { flex: 1 1 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px;}
h1 { font-size: 53px; text-transform: uppercase; text-align: center; margin: 0 0 0;}
h2 { margin: -5px 0 30px; font-weight: 300; font-size: 18px; text-align: right;}
section {margin-top: -50px;text-shadow: 0px 3px 6px rgba(0, 0, 0, .4);}
h3 { font-weight: 400; text-align: right; font-size: 14px;}