header#header {
    text-align: center;
    background: #3e4eb3;
}

header#header a {
    background: white;
    display: inline-block;
    padding: 5px;
    border-radius: 0px;
}

body {
    margin: 0;
    font-family: sans-serif;
}

h1 {
    font-weight: 400;
    margin: 15px;
}

h2 {
    margin: 10px 15px;
    font-weight: normal;
}

h3 {
    font-weight: normal;
    margin: 10px 15px;
}

audio.mp3file {
    margin: 15px;
}

.h3 {
    font-size: 17px;
    font-weight: normal;
    margin: 0px 15px;
}

.info {
    margin: 0px 15px;
}

ul.more {
    margin: 15px 15px;
    padding: 0px 10px;
    list-style-position: inside;
}

ul.more li {
    margin: 7px 0px;
}

a {
    color: #3e4eb3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}