@font-face {
  font-family: "Antiqua";
  src: url("Antiqua.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


/* #topbit {
  display: grid
  justify-content: center;
  
  
} */


body {
  background-image: url("pastelheartbg.png");
  font-family: Georgia, "Times New Roman", Times, serif;
}

.header {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sitemap {
font-family: Antiqua, "Papyrus", Fantasy;
  display: flex;
  align-items: center;
  
  justify-content: space-around;
  
  
  background-color: #1b2447;
  border-style: solid;
  border-color: #f2eaac;
  border-radius: 32px;
 
 margin-left: auto;
 margin-right: auto;
  margin-bottom: 10px;
  width: 900px;
  height: 50px;
  
}

.sololink {
  text-align: center;
  font-size: 17px;
  margin-left: 20px;
  margin-right: 20px;
  
 
  
}

.sitemap li {
  display: inline-block
}

.sitemap a {
  color: khaki;
}


.sitemap a:hover {
  font-style: italic;
}

.sitemap a:visited {
  color: pink;
}

#contentboxes {
  display: flex;
  justify-content: center;
}

#sidebar {
  clear : none;
/*float : right; */
position : relative;
width : 180px;
height : 700px;
background-color : gainsboro;
border-style: solid;
border-radius: 10px;
border-width : 2px;
padding : 0px 5px 0px 5px;
border-color: darkslategray;
text-align: center;
margin-bottom:5px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;


}

#sidebar h3 {
  font-size: 19px;
}

#sidebar p {
  font-size: 16px;
}

#substackprofile {
  width: 120px;
  background-color: white;
  border-style: solid;
  border-color: darkslategray;
  border-radius: 10px;
  
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
}

#yellatclouds {
  border-style: solid;
  border-width: 2px;
  border-color:darkslategray;
  border-radius: 3px;
}

 ::-webkit-scrollbar-track {
    margin-top: 10px;
    margin-bottom: 10px;
    
}


.medieval {
  font-family: Antiqua;
}


#postboxes {
 max-height: 600px;
overflow-y: scroll;
background-color: lightgrey;
}



#essaylist {
  width: 700px;
  height: 680px;
  padding: 10px;
  
  
  background: white;
  border-style: solid;
  border-width: 2px;
  border-color: darkslategrey;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
 
     
}

#essaylist a {
  color: black;
}

#essaylist a:hover {
  font-style: italic;
}




.essaypost {
  
  background-color: white;
  border-style: solid;
  border-color: darkslategray;
  border-width: 2px;
  border-radius: 5px;
  padding: 10px;
  height: 230px;
  display: flex;
  margin: 10px;
  

}


.essaypost img {
  justify-content: flex-start;
  margin-top: 20px;
  margin-right: 10px;
  width: 170px;
  height: 170px;
  
}


.essaypost .stuff {
  align-content: flex-start;
  justify-content: flex-start;
  
  
  
  
}





