  width: 95%;

body {
  background-image: url("/images/starry.gif");
  color: black;
  font-family: "Lucida Console", Courier, monospace;
  margin: 0;
  padding: 0;
}

.content-wrapper {
  width: 100vw;
  display: flex; 
  flex-direction: column; 
  align-items: center;
  justify-content: center;
}

.home {
  width: 100vw;
  display: flex; 
  flex-direction: row; 
  align-items: flex-start;
  justify-content: center;
  margin: 35px;
}

.navigation {
  background-color: black;
  border: 3px solid white;
  width: 60vw;
  height: 5vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;
  margin-top: 65px;
}

.page-content {
  width: 60%;
  border: 3px solid white; 
  margin: 10px; 
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: black;
  color: white
}

.top {
  display: flex; 
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: white;
}


#MeandWillow {
  width: 25vw;
  height: auto;
  margin: 10px;
  margin-right: 35px;
  border: 1px solid white;
}

#ContentText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 35px;
  margin-top: 10px;
  width: 100%
}

.side {
  display: flex;
  flex-direction: column;
}

.links {
  
  ul.a {list-style-type: square;}
  
  width: 90%;
  border: 3px solid white; 
  margin: 20px;  
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: black;
  color: white
  
}

.scrapbook {
  width: 95%;
  border: 3px solid white; 
  margin: 20px;  
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: white
}

.MyFav {
  width: 82%;
  border: 3px solid white; 
  margin: 20px;  
  padding: 10px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: black;
  color: white
}

#list {
  ul.b {list-style-type: square;}
  
  ul li { margin: 5px; padding: 5px; line-height: 20px; }
  
  border: 1px solid white;
  margin: 20px;
  padding: 20px;
}

