/* Background corkboard */
.corkboard {
  background: url('https://i.pinimg.com/originals/b3/e9/bb/b3e9bb504d79f5c21c132e81ebc11144.png?nii=t');
  background-size: cover;
  font-family: "Courier New", monospace; /* typewriter */
  margin: 0;
  padding: 0;
}

/* Center board */
.board {
  width: 80%;
  margin: auto;
  padding: 20px;
}

/* Title with plaid border */
.title {
  text-align: center;
  font-size: 48px;
  padding: 20px;
  border: 12px solid white;
  border-image: url('https://garden.spoonflower.com/c/13397061/p/f/m/WGvDSGXsCE2mbz8eIoAu8kqLpLtHA54F0bU171ux4LJT4XOR0lGO6rI/Vintage%20Checks%20Rainbow.jpg') 30 round; /* lace */
  background: #fffdf7;
}

/* Navigation */
.nav {
  text-align: center;
  margin: 20px 0;
}

.nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #5a4ea3;
  font-weight: bold;
  font-size: 20px;
}

/* Gingham panel */
.gingham {
  background: url('https://t4.ftcdn.net/jpg/19/04/45/73/240_F_1904457396_6W35MVD4yRanWMY20O2AMKXXX4YXYo8q.jpg');
  background-size: 200px;
  padding: 20px;
  border-radius: 12px;
  border: 6px solid #fff;
  box-shadow: 0 0 10px #0003;
}

/* Polaroid photo style */
.polaroid {
  background: white;
  padding: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px #0004;
  width: 250px;
  margin: 20px;
  text-align: center;
  font-size: 14px;
}
.polaroid img {
  width: 100%;
  display: block;
}

.pastel-box {
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.home-icon {
  position: fixed;
  top: 15px;
  left: 15px;
  font-size: 32px;
  text-decoration: none;
  background: #fff8d6;
  padding: 6px 10px;
  border-radius: 10px;
  border: 2px solid #d4b48c;
  box-shadow: 3px 3px 0px #c9b08a;
  z-index: 9999;
}

.ipod {
  width: 250px;
  background: #f2f2f2;
  border-radius: 25px;
  padding: 20px;
  margin: 20px auto;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  font-family: Helvetica, Arial, sans-serif;
}

.screen {
  background: #000;
  color: #fff;
  height: 120px;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.wheel {
  margin-top: 20px;
  width: 180px;
  height: 180px;
  background: #e6e6e6;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.button {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
}

.center-button {
  width: 70px;
  height: 70px;
  background: #d9d9d9;
  border-radius: 50%;
  position: absolute;
  top: 55px;
  left: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
}

.ipod-wrapper {
  position: relative;
  width: 300px;
  margin: 20px auto;
}

.ipod-image {
  width: 100%;
  display: block;
}

/* Screen overlay */
.ipod-screen {
  position: absolute;
  top: 60px; /* adjust depending on your image */
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 100px;
  text-align: center;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
}

/* Play/pause button overlay */
.ipod-wheel {
  position: absolute;
  bottom: 40px; /* adjust depending on your image */
  left: 50%;
  transform: translateX(-50%);
}

.center-button {
  width: 70px;
  height: 70px;
  background: rgba(255,255,255,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
}

/* ------------------------------
   SCRAPBOOK AESTHETIC BASE
--------------------------------*/
body {
  background: #fdfaf6 url('https://i.imgur.com/2JYhFZy.png');
  font-family: 'Patrick Hand', 'Gloria Hallelujah', sans-serif;
  color: #4a3f55;
  margin: 0;
  padding: 0;
}

/* HEADER */
header {
  text-align: center;
  padding: 30px 10px;
  background: #ffeef8;
  border-bottom: 4px dashed #f7cce3;
}

header h1 {
  font-size: 3em;
  margin: 0;
  color: #d46aa0;
  text-shadow: 2px 2px #fff;
}

/* NAVIGATION */
nav a {
  margin: 0 15px;
  text-decoration: none;
  font-size: 1.2em;
  color: #7b5ea7;
  padding: 5px 10px;
  border-radius: 6px;
  background: #f3eaff;
  border: 2px solid #d8c7f3;
  transition: transform 0.1s ease;
}

nav a:hover {
  transform: rotate(-2deg) scale(1.05);
  background: #e9d9ff;
}

/* BLOG CONTAINER */
.blog-container {
  width: 75%;
  margin: 40px auto;
}

/* POST CARD */
.post {
  background: url("https://avelynsworld.neocities.org/Screenshot_2026-07-15_at_7.32.44_PM-removebg-preview.png") no-repeat center/cover;
  border: 3px solid #f0d9ff;
  padding: 25px;
  margin-bottom: 40px;
  border-radius: 12px;
  box-shadow: 4px 4px 0px #e7c7ff;
  position: relative;
}

/* PUSH PIN */
.post::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url('https://i.imgur.com/8Yq7m5G.png') no-repeat center/contain;
  position: absolute;
  top: -15px;
  left: -15px;
  transform: rotate(-10deg);
}

/* WASHI TAPE */
.post::after {
  content: "";
  width: 120px;
  height: 40px;
  background: url('https://i.imgur.com/0Xy7j6u.png') no-repeat center/cover;
  position: absolute;
  top: -20px;
  right: 20px;
  transform: rotate(4deg);
  opacity: 0.9;
}

/* TITLES */
.post-title {
  font-size: 2em;
  margin: 0;
  color: #a45bbf;
  text-shadow: 1px 1px #fff;
}

/* DATE */
.post-date {
  font-size: 0.9em;
  color: #8b7a9e;
  margin-bottom: 15px;
}

/* CONTENT */
.post-content p {
  line-height: 1.7;
  font-size: 1.1em;
}

/* LINKS INSIDE POSTS */
.post-content a {
  color: #d46aa0;
  background: #ffeaf4;
  padding: 2px 5px;
  border-radius: 4px;
  text-decoration: none;
  border-bottom: 2px solid #f7cce3;
}

.post-content a:hover {
  background: #ffdff0;
  border-bottom-color: #e8a7c8;
  transform: rotate(-1deg);
}

/* FOOTER */
footer {
  text-align: center;
  padding: 20px;
  background: #ffeef8;
  border-top: 4px dashed #f7cce3;
  margin-top: 50px;
}

/* ------------------------------
   SCRAPBOOK STICKY NOTES
--------------------------------*/
.sticky-note {
  width: 220px;
  padding: 20px;
  background: #fff8b8;
  border: 2px solid #f2e59c;
  border-radius: 6px;
  box-shadow: 4px 4px 0px #e6d98c;
  font-family: 'Patrick Hand', sans-serif;
  position: relative;
  transform: rotate(-2deg);
  margin: 30px auto;
}

/* Tape on top */
.sticky-note::before {
  content: "";
  width: 90px;
  height: 35px;
  background: url('https://i.imgur.com/0Xy7j6u.png') no-repeat center/cover;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(2deg);
  opacity: 0.9;
}

/* Cute hover wiggle */
.sticky-note:hover {
  transform: rotate(0deg) scale(1.03);
  transition: 0.15s ease;
}

/* ------------------------------
   POLAROID PHOTO FRAMES
--------------------------------*/
.polaroid {
  width: fit-content;
  background: #ffffff;
  padding: 12px 12px 25px 12px;
  border: 2px solid #e8e8e8;
  box-shadow: 6px 6px 0px #d8c7f3;
  margin: 30px auto;
  display: inline-block;
  position: relative;
  transform: rotate(-3deg);
}

/* Pushpin */
.polaroid::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url('https://i.imgur.com/8Yq7m5G.png') no-repeat center/contain;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(-10deg);
}

/* Caption */
.polaroid-caption {
  text-align: center;
  font-family: 'Patrick Hand', sans-serif;
  font-size: 1em;
  margin-top: 8px;
  color: #6a4c93;
}
