html,body{margin:0;padding:0;width:100%;overflow-x:hidden}body{display:flex;align-items:center;justify-content:center;flex-direction:column;font-family:Times New Roman,Georgia,serif;background:#181818}a{text-decoration:none;color:inherit}.spinner{fill:#283e4d;width:3rem;height:3rem;margin-left:auto;margin-right:auto;animation:spin 1s linear infinite}.material-loader .path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round}.section-title{text-align:center;font-size:3.2rem;color:#283e4d;letter-spacing:.08em;margin-bottom:.5rem;font-weight:400;text-transform:uppercase;max-width:80vw;margin-left:auto;margin-right:auto}@media(max-width:900px){.section-title{font-size:2.5rem}}button{background:#283e4d;border:2px solid #283e4d;color:#fff;border-radius:4px;max-width:max-content;font-size:1.1rem;padding:.5rem 2rem;margin-left:auto;margin-right:auto}button:hover{background:#b3a98b;color:#283e4d}
