@charset "UTF-8";

h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 10px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin-bottom: 5px;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    width: 980px;
    margin: 0 auto;
    padding: 20px;
}

.section {
    margin-bottom: 30px;
}

.section:last-child {
    margin-bottom: 0;
}

.section-title {
    margin-bottom: 20px;
}

.subsection {
    margin-left: 20px;
}

.subsection:last-child {
    margin-bottom: 0;
}


@media screen and (max-width:680px) {

    .container {
        width: auto;
    }


}