body {
    font-family: 'Open+Sans', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0 20px;
    background: white;
    color: #333;
}

h1, h2 {
    color: #333;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: darkblue;
}

a:hover {
    text-decoration: underline;
}

section {
    text-align: center;
    background: white;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
footer {
    text-align: center;
    padding: 10px;
    background: #f4f4f4;
    color: black;
}