html,
body {
    margin: 0;
    height: 100%;
}

body {
    max-width: 1200px;
    margin: 0 auto;
}

#root {
    height: 100%;
}

h1,
h2 {
    color: #2c3e50;
}

h2 {
    border-bottom: 1px solid #eee;
}

.feature-list {
    list-style-type: none;
    position: relative;
}

.feature-list li:before {
    content: "✔";
    color: #27ae60;
    position: absolute;
    left: 0;
}

.faq-question {
    font-weight: bold;
    color: #2980b9;
}

.highlight-box {
    background-color: #f8f9fa;
    border-left: 0.25em solid #3498db;
    padding: 1em;
    margin: 1em 0;
}