/* 
dark blue - #9abcd5
mid blue - #b7e0f6
light blue - #e4f5ff
*/
body{
  background-color: white;
  font-family: "Trebuchet MS";
}



.diary {
  width: 820px;
  height: 400px;
  
  background-color: white;
  border: 5px solid #b7e0f6;
  
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  
  /*display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px; */

}

.nav {
  width: 830px;
  height: 65px;
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translate(-50%, -0%);
  
  background: #9abcd5;
  border-radius: 5px;
  z-index: 2;
}
/*.right-side {
  width: 40%; 
    display: flex; 
    flex-direction: column; 
    gap: 20px; 
    align-items: center; 
}
.bottom-right {
  display: flex; 
  flex-direction: row; 
  align-items: center; 
  gap: 20px; 
} 
*/

/*styles*/
.style1 {
  width: 380px;
  height: 350px;
  padding: 10px;
   
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(-0%, -50%);
  box-sizing: border-box;
  overflow-y: auto;
  
  
  background-image: url("../pictures/bg/paperline.png");
  border: 5px solid #b7e0f6;
  color: #808ecc;
  text-align: center;
  
   
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-attachment: local;
  
}
.style1 h2 {
  color: #808ecc;
}

.star {
  width: auto;
   height: 30px;
   position: absolute;
   
}

.moon {
  width: auto;
   height: 40px;
   position: absolute;
   
}

.div {
  height: auto;
  width: 300px;
  
  display: block;
  margin: 10px auto 0 auto;
}

.entry {
   width: 380px;
   height: 350px;
   
   border: 5px solid #b7e0f6;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(-0%, -50%);
  
  background-color: #e4f5ff;
  
  box-sizing: border-box;


  
 /* position: absolute;
  left: 10px;

  top: 50%;
  transform: translateY(-50%);*/
}

.title-selector {
    position: absolute;

    top: 25px;
    right: 25px;

    width: 365px;
    height: 35px;

    background: #9abcd5;
    border-radius:5px;

    z-index: 2;
}

.entry-selector {
  position: absolute;
  top: 55px;
  right: 25px;
  
  width: 365px;
  height: 150px;
  
  border: 5px solid #b7e0f6;
  
  background-color: white;
  
  box-sizing: border-box;
  
  overflow-y: auto;
  overflow-x: hidden;
  
   display: flex;
    flex-direction: column;
    gap: 10px;
    
  padding: 10px 0 0 5px;
}

.entry-month
{
  
  width: 330px;
  height: 35px;
  
  background-color: #9abcd5;
  border-radius: 5px;
  box-sizing: border-box;
  
  display: flex;
  align-items: center;
   padding-left: 10px;
   
    flex-shrink: 0;
}
.entry-month-text
{
 color: white;

}
.entry-month-text p {
    margin: 0;
}

.entry-selector-box
{
  
  width: 330px;
  height: 35px;
  
  background-color: #e4f5ff;
  border-radius: 5px;
  box-sizing: border-box;
  
  display: flex;
  align-items: center;
   padding-left: 10px;
   
    flex-shrink: 0;
}
.entry-selector-box-text
{
 color: #9abcd5;

}
.entry-selector-box-text p {
    margin: 0;
}


.title-status {
  width: 170px;
  height: 30px;
  
  left: -5px;
  top: -10px;
  
  position: absolute;
  
  background: #9abcd5;
  
  border-radius: 6px;
  
  overflow: hidden;
}

.status {
  position: absolute;
  bottom: 25px;
  right: 25px;
  
  width: 170px;
  height: 140px;
  
  border: 5px solid #b7e0f6;
  
  background-color: #e4f5ff;
  
  box-sizing: border-box;
  
}

.inside-status {
  position: absolute;
  bottom: 5px;
  right: 5px;
  
  width: 150px;
  height: 100px;
  
  background-color: #e4f5ff;
  
}
.potd {
  width: 150px;
  height: 100px;
}
.potd img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pic {
  position: absolute;
  bottom: 25px;
  right: 220px;
  
  width: 170px;
  height: 140px;
  
  border: 5px solid #b7e0f6;
  
  background-color: #e4f5ff;
  
  box-sizing: border-box;

  
}
.textpic {
  color: #9abcd5;
  
  position: absolute;
  top: 15px;
  left: 5px;
}




.titletext-white {
  color: white; 
  position: absolute;
}
