/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

/* Here are some notes:
text-align: center;


*/
body {
  background-color:#b1cbbb;
  background-size:cover;
  color: white;
  font-family: Courier;
  flex-direction: column;
}
a {
  color: white;
}
.full-bar {
  padding: 10px;
  border: 100px solid  #c94c4c;
  width: 780px;
  margin: 0 auto;
  margin-top:-50px;
  margin-left: -200px;
  position: relative;
  border-bottom:none;
  
}
.side-bar {
  font-size: 20px;
  text-decoration: none;
  padding: 10px;
}
.current-page {
  font-size: 20px;
  text-decoration: underline;
  
}
.big-cube { 
  border: 10px solid rgb(17, 17, 17);
  height: 500px;
  width: 500px;
  margin: 0 auto;
  overflow: auto;
  scrollbar-width:none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color:#3c6b26;


}
.post-contents {
  border: 10px solid;
  overflow-wrap: break-word;
  box-sizing: border-box;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 390px;
  height: 125px;
  overflow: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  left: -5%;
  margin-top: 20px;
  align-self: auto;
  align-items: baseline;
  top: 0px;
  text-align: left;
  scrollbar-width:none;
  font-size: 10px;
  
}
.post-contents {
  padding: 10px;
  
}
.time-stamp {
  padding: 10px;
 
}
.author-post{
  border-bottom: 1px white solid;
  border-top: 1px white solid;
  padding: 10px;
  
  }
.post-tag {
  padding: 10px;
  }
  .announcements {
    margin:0 auto;

  }
.pagebody {
  padding:10px;
  border: 50px solid #c94c4c;
  width: 1000px;
 height: 2000px;
  margin: 0 auto;
 background-color:  #c94c4c;
 position: relative;
 overflow:auto;
  border-collapse:collapse;
  text-align:left;
  vertical-align:top;
  
}
.song42day {
  border: 20px solid  #c94c4c;
  background-color: #b1cbbb;
  width:30%;
  vertical-align:top;
}
.mood42day {
  border: 20px solid  #c94c4c;
  background-color: #b1cbbb;
  width:100px;
  vertical-align:top;

}
.thought42day {
  border: 20px solid  #c94c4c;
  background-color: #b1cbbb;
  vertical-align:top;
  border-bottom:none;
}
.art42day {
  border: 20px solid  #c94c4c;
  background-color: #b1cbbb;
  vertical-align:top;
}
.aboutme {
  border: 20px solid  #c94c4c;
  background-color: #b1cbbb;
  width:30%;
  vertical-align:top;
}
.updates {
  border: 20px solid  #c94c4c;
  background-color: #b1cbbb;
  width:30%;
  vertical-align:top;
  overflow:auto;
 position:inherit;
 height: 10px;
 

}
.book42day {
  border: 20px solid  #c94c4c;
  background-color: #b1cbbb;
  vertical-align:top;
  overflow:auto;
  overflow-wrap:break-word;
}
.home-display {
  padding: 20px;
}
.linksnlegal {
  margin:0;
}
.myart {
  padding: 10px;
  width:200px;
  height:auto;
}
.myart2 {
  padding: 0px;
  width:30%;
  height:auto;
  margin-right: -100px;
  vertical-align:right;
}
.front-page{
  border-bottom: 1px white solid;
  border-top: 1px white solid;
  padding: 10px;
  vertical-align:top;
}