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

nav {
    position: absolute;
    left: 0;
    top: 0;
}
nav li:first-child,
nav li:last-child {
    font-weight: bold;
    font-size: 1.3em;
}
nav a {
    color: #555;
    text-decoration: none;
}
nav ul {
    padding: 0;
}
nav li {
    display: inline-block;
    list-style: none;
    margin: 0 0.5em;
}
