body {
    font-family: 'Arial', sans-serif;
}

.hero {
    height: 70vh;
    background-image: url('background.jpg'); /* Replace with a suitable image */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1, h2 {
    font-weight: bold;
}

.feature-box img {
    width: 150px;
    height: 150px;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
}
