html, body {background:white; }

.nav-container { background: #ddd; }
.logo, header {color:black; }
.content {color:#222; }
hr { height: 1px; background: #777; font-size: 0; border: 0;}
a:hover, .logo:hover {color:blue; }

button, .button { background: #eee; color: black; }
button:hover, .button:hover { background: #ddd; }
input,select,textarea { background: #fff; color: black; border: 1px solid #555; }

/* // <weight>: Use a value from 200 to 900 */
p {  font-family: "Literata", serif;  font-optical-sizing: auto;  font-weight: 400;  font-style: normal;}
