body {
    background-image: url("img/ronin.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:100%;
    width:100%; 
}

.post {
    margin-top: 10px;
    padding: 0;
}

.post-title a {
    font-family: "cursive"
}

.post-title {
    color: #fff;
    --border: 3px dotted #fff;
}

@media only screen and (min-width: 600px) {
    .index-content, .headings--one-size h1:not(first-child){
        margin-top: 0;
        padding: 0;
    }
}

textarea {
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    background-color: #000;
    color: #fff;
}