.container {
text-align: center;
}

.content {
display: inline-block;
text-align: left;
max-width: 80%;
margin: 0 auto;
}

@font-face {
font-family: conversation;
src: url("https://capuchinlabs.net/Communications/CONVO.ttf")
}

body {
    font-family: conversation;
    background-color: #000000;
}


h1 {
    color: navy;
    text-align: center;
}

p {
    color: #333;
    line-height: 1.6;
}


/*Characters*/
dave {
    color: #8C2D1C;
}

hmn {
    color: #333
}

drm {
    color: #696969
}

term {
    color: #09ff00
}