html,body{flex-direction:column;flex:1;width:100%;height:100%;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:300;display:flex}.outer-container{width:100%}.inner-container{margin-left:auto;margin-right:auto}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}article{flex-direction:column;flex:1;justify-content:space-between;height:100%;display:flex;overflow:hidden}header{background-color:#fff;justify-content:space-between;align-items:center;height:3rem;display:flex}footer{color:#f5f5f5;background-color:#000;flex-wrap:wrap;justify-content:space-around;font-size:smaller;display:flex}main{flex-direction:column;flex:1;height:100%;display:flex;overflow-y:auto}section{flex-wrap:wrap;flex:1;justify-content:center;align-self:center;align-items:center;min-height:min-content;display:flex}a{color:#4682b4;text-decoration:none}.tag{letter-spacing:2px;color:#454f5b;cursor:pointer;background-color:#dfe3e8;border:.2rem solid #fff;border-radius:2rem;align-items:center;margin:.5rem .25rem;padding:0 .75rem;font-size:.625rem;font-weight:700;line-height:1.5rem;display:inline-flex}tr,td{padding:4px 8px;font-size:.75rem}a{text-decoration:none}img{width:100%}pre,code{white-space:pre;overflow-x:auto}table{border-collapse:collapse}table th,table td{text-align:center;border:1px solid #dedede;padding:12px}table th{color:#8b008b;background-color:#efefef}
