h1 {
    background-color: #39F;
    color: white;
    text-shadow: #135 3px 1px 1px;
}

h2 {
    margin: .25em 0;
    border: 0;
    font-size: 1.5em;
    line-height: 1em;
    text-indent: 0;
}

.menu {
    width : 120px;
    padding: .5em .25em;
    background-color: #9CF;
    font-size: 80%;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    height: 100%;
}

.menu>:first-child {
    margin-top: 0;
}
