#wrap{height:100%;max-height:100%}.dopeySection{display:flex;flex-direction:column;margin:auto 0;min-height:0;padding:0;text-align:center;width:100%}.dopeySection h1{animation:fadein 2s ease .5s forwards;color:#ded5d9;font-family:Inter-Subset,"sans-serif";font-size:4em;font-weight:700;opacity:0}.dopeySection p{animation:fadein 2s ease .8s forwards;color:#eee;opacity:0}.dopeySection img{animation:fadein 2s ease forwards;height:100%;margin:0 auto;min-height:0;object-fit:contain;opacity:0;width:100%}.dopeySection audio{animation:fadein 2s ease 1.2s forwards;display:block;min-height:64px;opacity:0;width:100%}@keyframes fadein{0%{opacity:0}to{opacity:1}}audio::-webkit-media-controls-enclosure{background:green;border-radius:0!important;color:#fff;overflow:hidden;width:100%;-webkit-text-fill-color:#fff}@media (min-width:1024px){.dopeySection{margin:auto;width:80%}}