:root{--space: 15px}html,body{margin:0;padding:0}.vstack{display:flex;flex-direction:column}.hstack{display:flex;flex-wrap:wrap;flex-direction:row}.end{justify-content:end}.center{justify-content:center}.apart{justify-content:space-between}.gap{gap:var(--space)}.pad{padding:var(--space)}button{background-color:transparent;border:none;font-size:1rem;font-weight:700;cursor:pointer;border-bottom:2px solid rgb(0,0,0,0);animation:float-enter forwards 1s}button:hover{border-bottom:2px solid black}.big-yellow-button{width:fit-content;color:#000;text-shadow:none;padding:10px 20px;border-radius:5px;background-color:#ff0;box-shadow:5px 10px 2px #000000bf;transition:all .2s ease-in-out}.big-yellow-button:hover{box-shadow:10px 15px 2px #000000bf;cursor:pointer;scale:1.1}a{color:inherit}.icon{width:64px;height:64px;object-fit:contain;border-radius:15px}.youtube-icon{width:44px;height:44px;padding:10px;background-color:#2d2d2d}.section{width:100%;height:100%;padding-top:10%;padding-bottom:10%;color:#fff;text-align:center}.float-enter{animation:float-enter forwards 1s}@keyframes float-enter{0%{transform:translateY(10px);opacity:0%}to{transform:translateY(0);opacity:100%}}
