:root{--background-color:#2f4f4f;--title-color:wheat;--text-color:#f5f5f5;--button-text-color:var(--background-color)}a{color:var(--title-color);text-decoration:none}a:hover,a:focus{text-decoration:underline}body{background-color:var(--background-color);text-align:center;flex-direction:column;justify-content:space-between;align-items:center;max-height:100dvh;margin:0;padding:0;display:flex}header{color:var(--title-color);justify-content:center;align-items:center;margin-top:1rem;display:flex}main{flex-direction:column;width:100%;display:flex}#imageGallery{justify-content:center;width:100%;height:65dvh;display:flex}#imageGallery img{object-fit:contain;border-radius:1%;width:auto;max-width:100%;height:auto;max-height:60dvh}#buttonContainer{justify-content:center;align-items:center;gap:.5rem;display:flex}#newCupcakeButton,#copyLinkButton{color:var(--button-text-color);background:var(--title-color);touch-action:manipulation;border-radius:8px;height:2.5rem;margin:.5rem;font-size:larger;box-shadow:0 2px 6px #0006}footer{color:var(--text-color);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}
