body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 10px 20px;
    max-width: 800px;
    margin: 0 auto;
}

li {
    margin-bottom: 10px;
}

a {
    color: #0089BA;
}

h2 > a {
    color: inherit;
    text-decoration: none;
}

h2 > a:visited {
    color: inherit;
    text-decoration: none;
}

audio {
    width: 100%;
    max-width: 800px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    height: 20px;
}

.menu {
    list-style: none;
    display: flex;
}

.menu__item {
    margin-right: 10px;
}

.menu__item:last-child {
    margin-right: 0px;
}

.menu__link {
    text-decoration: none;
    color: inherit;
    font-size: large;
}

.menu__link:visited {
    color: inherit;
}

.menu__link:hover {
    text-decoration: underline;
}