header
{
    top: 0;
}
h1, h2
{
    margin-top: 0;
}
header ul
{
    background: rgba(255, 255, 255, .4);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    height: 38px;
    overflow: hidden;
}
header ul.expanded
{
    height: 234px;
    background: rgba(255, 255, 255, .8);
}
header li
{
    display: flex;
    width: 100vh;
    height: 38px;
    padding: 0 16px;
    align-items: center;
}
about
{
    width: 100vw;
    padding: 16px 8px;
    margin: 0;
    background: rgba(255, 255, 255, .35);
}
about br
{
    display: none;
}
