@import url('https://fonts.googleapis.com/css?family=Alef:400,700|Rajdhani:400,700');

#content {
    max-width: 768px;
    margin: 0 auto;
    background-color: rgba(64, 65, 76, 0.8);
    color: #cfcfef;
    padding: 1em;
    font-family: 'Alef', sans-serif;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

#content h1,h2,h3,h4,h5 {
    font-family: 'Rajdhani', sans-serif;
}

#content a {
    color: #ff3430;
}

#content a:visited {
    color: #ff8888;
}

body {
    background-color: #2f2f2f;
    background: url("http://notes.whatthefuck.computer/c6745a85-db1c-4fcb-b284-0fcfd741dc86-12968024_10154175739683856_2042569012646513106_o.jpg");
}

#postamble.status {
    display: none;
}
