body {
    background-color: white;
    color: #525252;
    font-family: monospace;
    margin: 0;
}

h1 {
    border-bottom: solid;
    margin: 0;
    padding: 8px;

    background-image: url('favicon-32x32.png');
    background-position: right;
    background-repeat: no-repeat;
    background-origin: content-box;
}

span {
    transform: rotate(18deg);
    display: inline-block;
}
