font-family: 'TwilightFont';
  @font-face {
  font-family: 'Twilight';
  src: url('TwilightFont.ttf') format('.ttf');
}
body {
  background-image: url('green-leaves-bg.png');
  background-repeat: repeat;
  background-size: contain;
  background-position: top center;  
  background-color: #dfd6c2;
  color: 	#6b5f4c;
  font-family: 'Twilight', cursive;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 800px;
  margin: 0 auto;
background-color: rgba(255, 255, 255, 0.4); 	
box-shadow: 0 0 10px #dfd6c2;
  padding: 20px;
  border-radius: 12px;
}

header {
  text-align: center;
  background-color: #f3f0e4;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #dfd6c2;  
}


header h1 {
  font-size: 2.8em;
  margin-bottom: 5px;
}

nav {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #665b43;
  font-weight: bold;
  font-size: 1.2em;
}

main {
  background-color: #f9f8f3;
  padding: 20px;
  border: 1px solid #d7d1b9;
  border-radius: 8px;
}

footer {
  text-align: center;
  font-size: 0.9em;
  margin-top: 40px;
  padding-top: 10px;
  color:  #6b5f4c;
}
.content-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

main {
  flex: 3;
}

.sidebar {
  flex: 1;
  background-color: #f6f4ec;
  padding: 20px;
  border: 1px solid #cfc6a7;
  border-radius: 10px;
  font-size: 0.95em;
  box-shadow: 0 0 8px rgba(222, 215, 190, 0.3);
  color: #6b5f4c;
}

.sidebar h3 {
  font-size: 1.4em;
  margin-top: 0;
  color: #6b5f4c;
}
.music-widget {
  margin-top: 30px;
  background-color: #f6f4ec;
  border: 1px solid #cfc6a7;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 0 8px rgba(200, 150, 180, 0.2);
}
.music-widget h3 {
  font-family: 'Twilight', cursive;
  font-size: 1.2em;
  color: #6b5f4c;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}
.diary-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.diary-links li {
  margin-bottom: 8px;
}

.diary-links a {
  display: block;
  background-color: #fef9f0;
  padding: 8px 12px;
  border: 1px dashed #d0c2a3;
  border-radius: 8px;
  color: #6b5f4c;
  text-decoration: none;
  font-family: 'Twilight', cursive;
  transition: all 0.2s ease;
}

.diary-links a:hover {
  background-color: #fff1e6;
  transform: scale(1.02);
}
.corner-heart {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 80px;
  transform: rotate(-15deg);
  opacity: 0.9;
  z-index: 10;
  pointer-events: none;
}
.bottom-left-sticker {
    position: fixed;
  bottom: -150px;
  left: 200px;
  width: 280px;
  transform: rotate(-12deg);
  opacity: 0.9;
  z-index: 10;
  pointer-events: none;
}
.bottom-right-sticker {
  position: fixed;
  bottom: -95px;
  right: -70px;
  width: 330px;
  transform: rotate(-1deg);
  opacity: 0.9;
  z-index: 10;
  pointer-events: none; 
}
.butterfly-sticker {
  position: fixed;
  bottom: 450px;
  right: 20px;
  width: 200px;
  transform: rotate(-1deg);
  opacity: 0.9;
  z-index: 10;
  pointer-events: none; 
}
.pink-butterfly-sticker {
  position: fixed;
  bottom: 250px;
  left: 20px;
  width: 180px;
  transform: rotate(5deg);
  opacity: 0.9;
  z-index: 10;
  pointer-events: none; 
}
body.diary-june25 {
  background-image: url('clover-bg.jpg');
  background-repeat: repeat;
  background-size: contain;
  background-position: top center;  
  background-color: #dfd6c2;
  color: 	#6b5f4c;
  font-family: 'Twilight', cursive;
  margin: 0;
  padding: 0;
}

body.diary-june25 main {
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px dashed #d8ceb6;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(215, 200, 170, 0.3);
  font-size: 1.0em; /* you can go bigger like 1.4em if you want */
  line-height: 1.6; /* optional: adds nice spacing between lines */
}
  .overlay {
  position: relative;
  display: inline-block;
}

.overlay-text {
  position: absolute;
  top: 20px; /* adjust to move vertically */
  left: 20px; /* adjust to move horizontally */
  color: #5c4d3d; /* text color */
  font-family: 'Twilight', cursive;
  font-size: 1.3em;
  background-color: rgba(255, 255, 240, 0.6); /* optional background */
  padding: 6px 12px;
  border-radius: 8px;
}
.green-butterfly-sticker {
  position: fixed;
  bottom: 300px;
  left: 70px;
  width: 170px;
  transform: rotate(5deg);
  opacity: 0.9;
  z-index: 10;
  pointer-events: none; 
}
.rosmary-sticker{
  position: fixed;
  bottom: 640px;
  right: 70px;
  width: 190px;
  transform: rotate(5deg);
  opacity: 0.9;
  z-index: 10;
  pointer-events: none; 
}
.vine-sticker{
  position: fixed;
  bottom: 580px;
  left: -10px;
  width: 350px;
  transform: rotate(5deg);
  opacity: 0.9;
  z-index: 10;
  pointer-events: none; 
}
.nettle-sticker{
  position: fixed;
  bottom: 100px;
  right: 90px;
  width: 250px;
  transform: rotate(-12deg);
  opacity: 0.9;
  z-index: 10;
  pointer-events: none; 
}
.dragonfly-sticker{
  position: fixed;
  bottom: -10px;
  left: 120px;
  width: 250px;
  transform: rotate(100deg);
  opacity: 0.9;
  z-index: 10;
  pointer-events: none; 
}
body.diary-27th {
  background-image: url('clear-green.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  font-family: 'Twilight', cursive;
  color: #5c4d3d;
  margin: 0;
  padding: 0;
}

body.diary-27th main {
  background-color: rgba(255, 255, 245, 0.75); /* slightly warmer white */
  max-width: 750px;
  margin: 80px auto;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(190, 170, 140, 0.3);
  font-size: 1em;
  line-height: 1.8;
  border: 2px dashed #d8ceb6;
  transition: all 0.3s ease-in-out;
}

/* Optional soft fade-in animation */
body.diary-27th main {
  animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dragonfly-green-sticker{
  position: fixed;
  bottom: -10px;
  left: 105px;
  width: 230px;
  transform: rotate(100deg);
  opacity: 0.9;
  z-index: 10;
  pointer-events: none; 
}
.colourful-dragonfly-sticker{
  position: fixed;
  bottom: 400px;
  left: 60px;
  width: 300px;
  transform: rotate(0deg);
  opacity: 0.9;
  z-index: 10;
  pointer-events: none; 
}
.blue-dragonfly-sticker{
  position: fixed;
  bottom: 400px;
  right: 60px;
  width: 230px;f
  transform: rotate(150deg);
  opacity: 0.9;
  z-index: 10;
  pointer-events: none; 
}
.greeny-dragonfly-sticker{
  position: fixed;
  bottom: 150px;
  right: 60px;
  width: 230px;
  transform: rotate(-10deg);
  opacity: 0.9;
  z-index: 10;
  pointer-events: none; 
  
}
body.blogs-post {
  background-image: url('happy-dots.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  font-family: 'Twilight', cursive;
  color: #5c4d3d;
  margin: 0;
  padding: 0;
}
