h1,h2,h3,h4{padding:5px 0;margin:0;color:#e81c34}body,h1,h2,h3,h4{margin:0}#footer,#header{width:100%;height:50px;display:flex}#content,#footer,#header,.buttons,body{display:flex}#footer>div,#header>div,.buttons>a,h1,h2,h3,h4{color:#e81c34}body{justify-content:center;padding:0;font-size:1em}h1,h2{font-size:1.2em;font-weight:700}h1{text-align:center;margin:2em 1em}h3,h4{font-size:1em}#container{flex-direction:column;width:min(100vw,700px)}#header{justify-content:space-between;align-items:center;border-bottom:1px solid #d3d3d3}#content{width:100%;height:calc(100vh - 102px);flex-direction:column;overflow:scroll}#footer{justify-content:space-between;align-items:center;border-top:1px solid #d3d3d3}#footer>div>a{border:1px solid #e81c34;border-radius:2em;padding:.5em;color:#fff;background-color:#e81c34}#footer>div>a:hover{color:#e81c34;background-color:#fff}.buttons{flex-direction:row;justify-content:space-around;align-items:center}.buttons>a{margin:1em 0}