*{box-sizing:border-box}html{height:100%}body{height:calc(100% - 1rem);background-color:#20242c;color:#eaeaea;font-family:"Arial","Helvetica","sans-serif";display:flex;flex-direction:column}header{width:100%;text-align:center}header a{color:#eaeaea}header a:visited{color:#eaeaea}header hr{color:#2c323c}main{display:flex;flex-direction:column;gap:1rem;width:100%;justify-content:center;align-items:center}main #pics{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.66rem;row-gap:1.25rem}main #pics .pic{max-height:500px;max-width:500px}