
.home-hero-section {
    height: 100vh;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.hero-content h1 {
    color: brown;
}

.hero-content p {
    color: chocolate;
}