.hero {
    background: url('path-to-your-background-image.jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}

.hero-content {
    text-align: center;
}

.cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #f04;
    color: white;
    text-decoration: none;
}