/* HERO SECTION BACKGROUND */ .hero-section { background-image: url("https://files.oaiusercontent.com/file-1faWIG5QInZRMVV8DeXPHu?se=2125-02-02T17%3A07%3A50Z&sig=nLsDT7FBRseaGxJ5AZ8Vir7sGZp%2FO57WvGd8npVtt7E%3D&sp=r&sr=b&sv=2022-11-02"); background-size: cover; background-position: center; background-repeat: no-repeat; padding: 120px 20px; text-align: center; color: #4a4a4a; } /* CONTENT CONTAINER */ .hero-content { max-width: 900px; margin: 0 auto; } /* TITLE */ .hero-title { font-family: "Six Hands Chalk", sans-serif; font-size: 64px; color: #c95b86; margin-bottom: 10px; } /* SUBTITLE */ .hero-subtitle { font-size: 28px; font-family: "Times New Roman", serif; margin-bottom: 15px; } /* TAGLINE */ .hero-tagline { font-size: 18px; font-family: "Times New Roman", serif; margin-bottom: 35px; max-width: 700px; margin-left: auto; margin-right: auto; } /* BUTTON WRAPPER */ .hero-buttons { display: flex; justify-content: center; gap: 20px; } /* PRIMARY BUTTON */ .hero-btn-primary { background-color: #c95b86; color: white; padding: 14px 28px; border-radius: 6px; font-size: 18px; text-decoration: none; } /* SECONDARY BUTTON */ .hero-btn-secondary { color: #c95b86; font-size: 18px; text-decoration: underline; }