body,html{box-sizing:border-box;margin:0;padding:0;color:#fff}body{background:rgba(0,0,0,.95)}header{display:flex;flex-flow:row wrap;justify-content:center;text-align:center}header h1{color:#3580a0}header img{max-width:100%;margin:.625em}main{display:flex;flex-flow:wrap;text-align:center}section{display:flex;flex-flow:column;flex:1 33.3%;justify-content:center;align-items:center}section h2{margin:.625em;color:#358082}section p{background:#8f0000}section button{background:#a9a9a9;border-top-color:grey;margin:.625em}footer{margin:1%}.copyright{position:relative;bottom:0;left:0;font-size:.5018750050188rem}.copyright a:active,.copyright a:hover{background-color:#d3d3d3}@media only screen and (max-width :1200px){section{flex:1 45%}}@media only screen and (max-width :679px){section{flex:1 100%}}