*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.container{display:flex;color:#fff;position:relative;overflow:hidden;background:linear-gradient(to bottom right,#18181b,#000);flex-direction:column;justify-content:center;align-items: center;min-height:100vh}.background-overlay{position:absolute;opacity:.1;background-image:url(https://images.unsplash.com/photo-1525201548942-d8732f6617a0?auto=format&fit=crop&q=80);background-position:50%;background-size:cover;inset:0}.content{position:relative;z-index:1;text-align:center;padding:0 1rem}.icon-wrapper{display:flex;justify-content:center;align-items: center;margin-bottom:1.5rem}.icon{color:#34d399;width:4rem;height:4rem}.title{letter-spacing:-.05em;margin-bottom:1rem;font-size:3.75rem;font-weight:700}.subtitle-wrapper{overflow:hidden}.subtitle{letter-spacing:.05em;color:#34d399;font-size:1.25rem;font-weight:300}.decorative-line{position:absolute;background:linear-gradient(90deg,#34d39900,#34d39980,#34d39900);width:100%;height:1px;bottom:0;left:0}@keyframes fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in 1s ease-out forwards}.animate-slide-up{animation:slide-up 1s ease-out .5s forwards;opacity:0}@media (min-width:768px){.title{font-size:6rem}.subtitle{font-size:1.5rem}.icon{width:5rem;height:5rem}}
