* {
    box-sizing: border-box;
}

body {
    max-width: 512px;
    margin: 0 auto;
    padding: 5px;
/*  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 100%; */
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 700;
}

#header {
    color: White;
    background: SlateBlue;
    border: 2px solid Black;
    border-radius: 5px;
    text-align: center;
}

#content {
    background: MediumSeaGreen;
    border: 2px solid Black;
    border-radius: 5px;
    padding: 5px;
}

.entry {
    color: Black;
    background: White;
    border: 2px solid Black;
    border-radius: 5px;
    padding: 5px;
}

p {
    text-indent: 1em;
}

a {
    text-decoration: none;
}

a:link {
    color: SlateBlue;
}

a:visited {
    color: SlateBlue;
}

a:hover {
    color: LightBlue;
}

img {
    max-width: 100%;
    height: auto;
}
