body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    color: #333;
    line-height: 1.7;
}

header {
    background-color: #343a40;
    color: #fff;
    padding: 50px 20px;
    text-align: center;
    margin-bottom: 30px;
}

header h1 {
    margin: 0;
    font-size: 3.5em;
    font-weight: 500;
}

header p {
    font-size: 1.4em;
    color: #eee;
}

section {
    padding: 40px 20px;
    margin: 0 auto 40px;
    max-width: 800px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

section h2 {
    color: #343a40;
    border-bottom: 3px solid #343a40;
    padding-bottom: 15px;
    margin-top: 0;
    font-size: 2.4em;
    font-weight: 500;
}

section ul {
    list-style: none;
    padding: 0;
}

section li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

section li:last-child {
    border-bottom: none;
}

section p {
    margin-bottom: 20px;
    font-size: 1.1em;
}

section a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

section a:hover {
    text-decoration: underline;
}

#contact p {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1.1em;
}

#contact i {
    margin-right: 15px;
    color: #555;
    width: 20px;
    text-align: center;
}

footer {
    text-align: center;
    padding: 30px 20px;
    background-color: #343a40;
    color: #fff;
    font-size: 1em;
}
