.hero-section {
    background: url('your-image.jpg') no-repeat center/cover;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-section h1 {
    font-size: 50px;
    font-weight: bold;
}

.hero-section p {
    font-size: 18px;
}