/* i havent done ts in so long */
:root {
  --font-family: "Consolas", monospace;
  --sidebar-border:1px solid #E6E6C3;
  --link-color:blue;
  --bg-color:#C6C6C6;
  --text-color:black;
  --sidebar-bg:transparent;
  --content-bg:transparent;
  --content-padding: 0;
  --background-image:none; 
}
 



.button {
    justify-content: center;
}
.btn {
    background-color: #EFEFEF;
    font-family: "Consolas", monospace;
    font-weight: bold;
    font-size: 25px;
    padding: 10px;
    text-decoration: none;
    color: black;
    

 } 

.btn-nav {
    background-color: #C6C6C6;
}

h1 {
	background-color:#EFEFEF;
	padding: 30px;
	text-align: center;
}

h2 {
	background-color:#EFEFEF;
	padding: 20px;
	text-align: center;
}

body {
  font-family:var(--font-family);
  font-size:var(--font-size);
  background-color:var(--bg-color);
  color:var(--text-color);
  background-image:var(--bg-image);
}


p {
	background-color:#EFEFEF;
    text-align: center;
}
.p-yapping {
    padding: 30px;
}
.plist {
	background-color:#C6C6C6;
}

ol {
	text-align: center;
}

ul {
    background-color:#EFEFEF;
	padding: 30px;
}

h2{
	text-align: center;
    padding: 5px;
}

.homestuck {
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background-color:#EFEFEF;
}

img {
	display: block;
  margin-left: auto;
  margin-right: auto;
  max-width:650px;
}

.container {
  max-width:650px;
  margin:0 auto;
}

.containerpester {
    max-width:590px;
    margin:0 auto;
    background-color:#EFEFEF;
    line-height:normal;
    border:1px dashed gray;
    padding: 30px;
}

.cornerc {
  position: fixed;
  bottom: 0;
  left: 0;
}

.corners {
	 position: fixed;
  bottom: 0;
  right: 0;
}


/* character colors!!! */


blockquote.pesterlog,.kyrion,.kreimi,.blythe,.elysee,.rotari,.limaax,.lucine,.irisse,.friday,.adnoxa,.lverna,.xierra,.koingi,.ampers,.pollie,.cherry,.nerima,.marula,.lanmur,.matayn,.dridae,.rustie,.smiley,.hawthe,.chirin,.marley,.joruna {
       font-weight: bold;
       	size: 14px;
        text-align: left;
        margin:1px;
        padding:1px;
       }


blockquote.pesterlog {
		     width:600px;
		     padding:5px;
		     background:#eee;
		     line-height:1em; 		     
}

.pesterlog p {
	   margin:0
}

.narrate {
       	size: 14px;
        text-align: left;
        margin:20px 0px;
        padding:1px;
}

.kyrion{color:#FF0099;}
.kreimi{color:#880500;}
.blythe{color:#753107;}
.elysee{color:#A2570C;}
.rotari{color:#C1A300;}
.limaax{color:#4A6200;}
.lucine{color:#037825;}
.irisse{color:#25A84B;}
.friday{color:#4A865D;}
.adnoxa{color:#059C9C;}
.lverna{color:#4442C9;}
.xierra{color:#6B005A;}
.jaxcut{color:#9C1C89;}
.ampers,.koingi{color:#530782;}

.pollie{color:#F1818E;}
.cherry{color:#FF0000;}
.nerima{color:#C40000;}
.marula{color:#BEB13C;}
.lanmur{color:#72ac0e;}
.matayn{color:#002060;}
.dridae{color:#6a006a;}

.rustie{color:#5E160B;}
.smiley{color:#F1B306;}
.hawthe{color:#12581C;}
.chirin{color:#1BAB83;}
.marley{color:#A3129C;}
.joruna,.hmt{color:#AA0B78;}

