
body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f9f9f9;
    color: #111;
}
.hero {
    background-color: white;
    text-align: center;
    padding: 3em 1em;
}
.logo {
    max-width: 200px;
    margin-bottom: 1em;
}
.tagline {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0.5em 0;
}
.quote-button {
    margin-top: 1em;
    display: inline-block;
    padding: 0.75em 1.5em;
    background-color: black;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}
main {
    padding: 2em 1.5em;
}
.about, .services {
    margin-bottom: 2.5em;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.services ul {
    list-style-type: square;
    padding-left: 1.5em;
}
footer {
    text-align: center;
    background-color: #eee;
    padding: 1.5em 1em;
    font-size: 0.9em;
}

.centered {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3em auto;
}
