body {
    font-family: Arial, sans-serif;
}

header {
    background-color: #d32f2f;
    color: white;
    padding: 1em 0;
    text-align: center;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

.hero {
    background: url('images/clearingthefield.jpg') no-repeat center center;
    background-size: cover;
    height: 300px;
    color: white;
    text-align: center;
    padding: 100px 0;
}

section {
    padding: 20px;
}

