header,footer{display:flex;flex-direction:column;justify-content:center;align-items:center}header a,footer a{color:#fff}header a:hover,header a:focus,footer a:hover,footer a:focus{color:rgba(255,255,255,0.75)}header{background-color:#1f716b;background-image:linear-gradient(141deg, #00537E 0%, #3AA17E 75%);color:#f5f5f5}header h1{font-size:3.6rem;margin-top:0px}header h2{font-size:3rem}header p{font-size:1.8rem}main{margin:5vh 25vw 5vh 10vw}footer{padding:5vh 10vw;background-color:#343434;color:#fff;text-align:center}footer h1{margin-top:0px}footer span{font-style:italic}@media (max-width: 768px){main{margin-left:10vw;margin-right:10vw}}@media (min-width: 768px){footer{flex-direction:row;justify-content:space-evenly}footer>section{text-align:left}footer>span{text-align:right}}
