body,html{padding:0;margin:0;background-color:#000;color:#fff;font-family:Barlow,sans-serif}h1,h2,h3{font-family:Righteous,cursive;margin-bottom:0}.subheading,footer,h1,h2,h3{text-align:center}a{color:hotpink;text-decoration:none;font-weight:700}header,section{width:90%;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}header p{margin-top:0}header img{object-fit:contain}header .dancers{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}header .dancers img{animation:twisty 1s infinite reverse}@keyframes twisty{0%{transform:rotate(20deg)}50%{transform:rotate(-20deg)}to{transform:rotate(20deg)}}section.open svg{transform:rotate(90deg)}section svg{font-size:24px;height:24px;margin:24px 12px 0 0;transition:transform .3s}section .header{display:flex;align-items:center;justify-content:center;cursor:pointer}section .content{transition:max-height .3s;max-height:1000vh;text-align:center}section .content.hidden{max-height:0;overflow:hidden}img{object-fit:cover;padding:0;margin:2px}ul{text-align:left;padding-left:24px}footer,ul{margin-left:auto;margin-right:auto}footer{padding-top:64px}.popup-container{position:fixed;display:none;top:50%;left:50%;margin-left:-150px;margin-top:-250px;z-index:200}.popup-container img{object-fit:contain}.popup-container .exit{position:fixed;top:10%;right:5%;font-size:48px;z-index:200;cursor:pointer}.popup-container:after{position:fixed;content:"";top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.5);z-index:-1}.images{line-height:0}.img-container{display:inline;margin:0;padding:0;cursor:pointer}.qr{display:none}@media only screen and (min-width:650px){header{width:33%}.qr{display:flex;align-items:center;width:225px;position:fixed;top:24px;left:24px}}