
    body{
    background:var(--body-bg);
    }

    p{
    padding:7px;
    }

    .back{
    background: var(--bold);
    padding:5px;
    margin:3px;
    }

    .blog{
    background: var(--container-bg);
    border: var(--container-border);
    color:var(--text-color);
    overflow-y:auto;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
    }

    h1{
    font-family: var(--speech-special-font);
    color: var(--speech-color);
    padding:4px;
    }

    a{
    color:var(--link);
    }

    strong{
    color: var(--bold);
    }

    button{
    color:var(--text-color);
    }

    li{
    margin-bottom:8px;
    }

/* Theme buttons */
#themetoggle {
    z-index: 100;
    position: fixed;
    right: 0;
    bottom:0;
    font-size: 35px;
    width: 200px;
    padding: 0;
}
