body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.hero {
    height: 500px;
    background: url('hero.jpg') center/cover fixed no-repeat;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

h1, h2, h3 {
    color: #333;
}

p {
    font-size: 1.1rem;
    color: #555;
}
