html{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100%;display:flex;flex-direction:column;margin:0;background-color:beige}main{flex-grow:1;display:flex;flex-direction:column;justify-content:space-evenly;text-align:center}main #title{font-size:3em}main #subtitle{font-size:1.5em}main #profile{font-size:1.15em}footer{flex-basis:2.4em;display:flex;align-items:center;justify-content:center;color:beige;background-color:#000}footer #icons{display:flex;gap:1.2em}a{color:beige}
