@import url('https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap');
body {
    font-family: "Literata", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    background-color: #fbf1c7 !important;
}
h1 {
    font-weight: 800 !important;
}
h2 {
    font-weight: 600 !important;
}
a {
    color: hsl(97, 80%, 20%) !important;
}
.hero {
    background-size: cover;
    background-position: center;
    height: 40vh;
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
}
.hero-content {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
}
.hero h1 {
    font-size: 4rem;
}
.hero p {
    font-size: 1.5rem;
}
.btn {
    margin-top: 1rem;
    padding: 0.8rem 2rem;
    font-size: 1.2rem;
}