body {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    color: #568f8f;
    background-color: #253e3e;
    background-image: url('/img/Openlogo-debianV2.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
a {
    color: #D70751;
    text-decoration: none;
}
body > div.container {
    display: inline-block;
    min-height: 100vh;
}
body { font-family: 'Farsan', cursive; font-weight: normal; font-size: 1.5em; }
body > div.container > h1 { font-weight: lighter; font-size: 3em; margin: 20px 0 0 30px; }
