.hero,.hero-title{text-align:center}.hero{position:relative;display:flex;align-items:center;justify-content:center;padding:1rem;height:100vh;color:#fff;background:url("../images/Image-2.webp") center center/cover no-repeat;overflow:hidden}#pink{color:var(--color-beige)}.hero::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(34,34,58,.5);z-index:0}.hero-container{position:relative;z-index:2;max-width:1000px;margin:0 auto;padding:0 1rem}.hero-image{width:100%;max-width:500px;height:auto;display:block;margin:0 auto 2rem;border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.hero-title{font-size:2.5rem;font-weight:700;color:var(--color-cream);opacity:0;transform:translateY(20px);animation:1s ease-out .2s forwards fadeUp}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}