body {
    background-color: black;
    font-family: sans-serif;
    font-size: 150%;
    color: white;
}

h1 {
    color: cornflowerblue;
}

#content {
    text-align: center;
    margin: 2em auto;
}

audio, video {
    margin: 1em;
}

.container {
    position: relative;
}
.menu {
    margin: 3em;
    text-align: left;
    position: absolute;
    top:0;
    list-style-type: none;
}
.menu li {
    line-height: 1.5;
}
.menu li a {
    text-decoration: none;
    color: inherit;    
}
.menu li a:hover {
    text-decoration: underline;
}

.feedback {
    margin: 2em;
}

label {
    display: block;
}

textarea {
    margin: 1em;
    width: 15em;
    height: 5em;
    font-size: 100%;
}

input[type=submit] {
    font-size: 100%;
}

.haiku {
    margin: 3em;
    font-size: 70%;
}

