*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden}body{background-color:#160c11;font-family:"Instrument Serif",serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.content{display:flex;flex-direction:column;align-items:center;gap:3rem;text-align:center;animation:fadeIn 1s ease-out forwards;opacity:0}.logo-container{position:relative;width:300px;height:150px}.logo-container img{width:100%;height:100%;object-fit:contain}h1{font-size:.875rem;letter-spacing:.4em;text-transform:uppercase;font-weight:300;color:#e0d9c7;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.divider{height:1px;width:3rem;background-color:#e0d9c74d;margin:0 auto}@media(min-width:640px){.logo-container{width:500px;height:250px}h1{font-size:1rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
