/*
Theme Name: My Cutesy Theme
Author: Your Name
Description: A soft and pretty custom theme.
Version: 1.0
*/

body {
  background-color: #fff0f5;
  font-family: 'Poppins', sans-serif;
  color: #5e5e5e;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 800px;
  margin: 40px auto;
  background-color: #fff8fb;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 8px 15px rgba(255, 182, 193, 0.2);
}

h1, h2 {
  color: #e75480;
  text-align: center;
}

p {
  font-size: 18px;
  line-height: 1.6;
}

.post {
  margin-bottom: 40px;
}
