h1 {
    font-family: sans-serif;
}

#content {
    box-shadow: inset 0px 1px 4px #666;
    height: 60vh;
    width: 70%;
    padding: 4px;
    overflow-y: auto;
}

button {
    margin: 4px;
}
