.landing-page {
    text-align: center;
    padding: 2rem;
}

.hero-section {
    background-color: #f4f4f4;
    padding: 4rem 2rem;
    border-radius: 8px;
}

.hero-section h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero-section p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.btn-primary {
    background-color: #007bff;
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1rem;
}

.about-section {
    margin: 1rem 0;
    padding: 2rem 0;

}

.text-content {
    background: linear-gradient(#00000000, #00000083);
    padding: 2rem;
    padding-bottom: 6rem;
}

.centered {
    display: flex;
    flex-direction: column;
    min-height: 95vh;
    justify-content: flex-end;
    gap: 1rem;
}

.centered h1 {
    font-size: 3.0em;
    text-align: left;
}

.centered h3 {
    font-size: 1.2em;
    text-align: left;
    font-weight: lighter;
    line-height: 1.5em;
}

