body {
    font-family: 'Poppins', sans-serif;
}

.header-section {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("home/images/home_pic.000f7673aca1.jpeg") center/cover no-repeat;
    color: white;
}

.header-section h1 {
    font-size: 3rem;
    font-weight: bold;
}

.header-section p {
    font-size: 1.25rem;
}
