.spinner{margin:2em auto;border:8px solid #eee;border-top:8px solid #08bc00;border-radius:50%;width:48px;height:48px;animation:spin 1s linear infinite;display:block}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.event{background:#fff;padding:1em;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.0666666667)}.persons{color:#555}.time{color:#e000ff}.room{color:#009ec5}#schedule{display:flex;flex-direction:column;gap:1em}