body {
  background-color: white;
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  font-family: Georgia, Garamond, serif;
  margin-bottom: 5px;
  list-style: none;
}

header {
background-color: darkolivegreen;
margin-top: 0px;
padding-top: 1px;
padding-left: 1px;
padding-right: 1px;
height: 200px;
overflow: auto;
color: white;
font-variant: small-caps;
word-spacing: 15px;
text-align: left;
border-bottom-color: olivedrab;
border-bottom-width: 10px;
}

header.header h1 i {
  color: white;
  float: left;
  margin-left: 10%;
  font-size: 150px;
  margin-right: 5%;
  margin-top: 10px;
  }

header.header ul {
  color: white;
  float: right;
  margin-left: 10%;
  font-size: 30px;
  margin-right: 5%;
  margin-top: 0px;
  list-style: none;
}

header.header ul li a {
  color: white;
}

header.header h2 {
color: white;
font-size: 48px;
float: left;
line-height: 55px;
margin-top: 0px;
}

nav {
  background-color: olivedrab;
  padding: 1px;
  height: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  list-style: none;
  word-spacing: 10px;
  color: white;
  text-align: center;
}

nav ul {
  list-style-type: none;
  font-family: 'Delius', serif;
  font-size: 20px;
  color: white;
  padding: 0px;
  line-height: 10px;
  display: block;

}

nav ul li {
  display: inline-block;
}

nav ul li a {
  text-decoration: none;
  color: white;
  text-align: center;
  padding: 0px;
}

nav ul li i {
  padding-right: 10px;
  padding-left: 10px;
}

body.transcript main {
margin: 30px; 
width: auto;
}

main {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}

ul {
list-style: none;
}

li {
list-style: none;
}

p {
padding: 10px;
color: black;
font-size: 16px;
margin: 10px;
margin-top: 10px;
border-top-left-radius: 0.8rem;
border-top-right-radius: 0.8rem;
clear: both;
text-align: justify;
margin-bottom: 5px;
list-style: none;
}

class archive list {
color: black;
margin-left: auto;
margin-right: auto;
}

main li:last-of-type {
margin: 0 0 10px 0;
}

img.cat {
  display: block;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  height: 350px;  
}


