body {
    margin-right: 0px;
    margin-left: 0px;
}

.content {
    margin: 40px auto;
    max-width: 800px;
    line-height: 1.6;
    font-size: 18px;
    padding: 0 10px;
}

a {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #55f;
}

ul {
    list-style-type: '—';
}

li {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0.7em;
}

h1, h2, h3 {
    line-height: 1.2
}

ul.links {
    list-style-type: none;
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    padding-top: 40px;
}

ul.link-icons {
    list-style-type: none;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}

ul.link-icons li {
    list-style-type: none;
    display: inline;
    padding: 10px;
    margin: 0px;
}

ul.link-icons li a {
    text-decoration: none;
}

ul.videos {
    list-style-type: none;
}

.instrument {
    font-style: italic;
}

.links li {
    margin-top: 0px;
    margin-bottom: 0px;
}

section {
    min-height: 100px;
    padding-top: 5%;
    padding-bottom: 5%;
}

.black {
    background-color: black;
    color: white;
}

.black a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

.black a:hover {
    color: #55f;
}
