body {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    background: #d441c8;
    font-size: 14pt;
    font-weight: bold;
    padding: 1en;
}

@media screen and (min-width: 600px) {
    body {
        position: absolute;
        right: 0;
        top: 50px;
        max-width: 550px;
    }
}

::selection {
    background: #9E11F5;
}

body, a, hr {
    color: #80FF00;
}

a:hover {
    color: #FF0055;
}

h1 {
    font-size: 72pt;
    margin: 0;
}

hr {
    background-color: #80FF00;
    height: 2px;
    width: 80%;
    border: none;
}
