html{background-color: #242424;
}

body {
    margin :auto;
    max-width: 68em;
    width : 90%;
    place-self : auto center;
    place-content : start space-evenly center;
}

header {
    background-color: #808080;
    border: #242424;
    border-radius: 20px;
    border-style: double;
    border-width: 3px;
    font-family: "Trebuchet MS", Verdana, sans-serif;
}

nav {
    background-color: inherit;
    text-align: center;
    border-radius: inherit;
  }

main {
    background-color: #808080;
    padding: 10px;
    border-radius: 1%;
}

.maindark {
    background-color:#646464;
    padding: 10px;
    border-radius: 1%;
    align-items: center;
}

footer {
    width: 100%;
    max-width: 68em;
}

.footer {
    background-color: #808080;
    margin: auto;
    border-radius: 2px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    width: fit-content;
}

h1{size:15px;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-variant: small-caps;
    text-align: center;
}

h2{font-family: "Trebuchet MS", Verdana, sans-serif;
    size: 10px;
    text-align: center;
}

h3{font-family: 'Courier New', Courier, monospace;
    font-variant: small-caps;
size: 15px;}


h4{font-family: 'Courier New', Courier, monospace;
    font-variant: small-caps;
size: 15px;}

p{
    font-family: "Trebuchet MS", Verdana, sans-serif;
}

.image {
    text-align: center;
}

.narration {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}

.card {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #808080;
    border-radius: 5px;
}

.padding {
    padding: 5px;
}

.secondnav{
    font-family: "Trebuchet MS", Verdana, sans-serif;
    text-align: center;

}

.boxofboxes{place-self: center normal;
    display: flex;
    align-items: center;
    justify-content: space-around;
    justify-self: center;
    margin:0px;
    padding:0px;
background-color: #646464;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;    
}

.left{position:static;
place-self: stretch left;
border: 4px solid rgb(0, 0, 0);
border-style: double;
border-radius: 20px;
padding: 10px;  
width:30%;
min-height: 500px;
background-color: #808080;

}

.right{
padding: 10px;
border-radius: 3px;
width: 70%;
min-height: 500px;
}

a:link {
    color: #D1050B;
}

a:visited {
    color: #950407;
}

a:hover {
    text-decoration: none;
}

ul{
    font-family: 'Courier New', Courier, monospace;
}

.filecontainer{place-self: center normal;
    display: flex;
    align-items: center;
    justify-content: space-around;
    justify-self: center;
    margin:0px;
    padding:10px;
}

.third{
    border-style: groove;
    border-color:#646464;
    min-height: 500px;
    width: 30%;
    background-color: #646464;
    padding : 5px;
}

.subjecthead{
    margin: auto;
border-radius: 5px;
border-color: #242424;
border-style: double;
background-color:#808080;
text-decoration: underline;
width: 90%;
padding: 5px 30px;
box-shadow: 0px 0px 10px #242424;
}

.subjectmain{  
    width: 95%;
    max-width: 68em;
    display: flex;
    margin: auto;
    padding:1em;
    align-items: stretch;
    align-self: center;
}

.subjectoverview{
    min-height: 500px;
    width: 65%;
    background-color:#808080;
    padding : 5px;
    border-bottom-left-radius: 5% ;
    border-top-left-radius: 5%;
    padding: 2%;
}

.subjectabilities{
    min-height: 500px;
    width: 35%;
    background-color:#808080;
    padding : 5px;
    font-family: 'Courier New', Courier, monospace;
    border-left-color: #242424;
    border-left-style: solid;
    border-left-width: 2px;
    padding: 2%;
    border-top-right-radius: 5%;
    border-bottom-right-radius: 5%;
}

.subjectnotes{
    margin: auto;
border-radius: 5px;
border-color: #242424;
border-style: solid;
border-width: 2px;
background-color:#808080;
width: 90%;
padding: 5px 30px;
box-shadow: inset 0px 0px 5px #242424;
font-family: 'Courier New', Courier, monospace;
}

.subjectdetails {
    font-variant: small-caps;
    font-weight: bold;
}

.cartersticky{
    border-width: 2px;
    border-color: #242424;
    border-radius: 5%;
    border-style: solid;
    padding: 1rem;
    min-width: 50px;
    min-height: 50px;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-variant: small-caps;
}

blockquote{
    background-color: #969696;
    margin: 10px auto;
  padding: 15px;
  border-radius: 5px;
      font-family: "Trebuchet MS", Verdana, sans-serif;
      width: fit-content;

}