/*
Theme Name: Puns
Theme URI: https://punnze.com
Author: Guru
Description: A fast, clean, and SEO-optimized theme for puns and jokes.
Version: 1.0
Tags: pun, joke, humor, seo-friendly, fast
*/

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background: linear-gradient(135deg, #fceabb, #f8b500);
  color: #333;
}

.container {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

h1, h2 {
  color: #ff4e50;
}

.pun-post {
  font-size: 1.3rem;
  margin-bottom: 20px;
  padding: 15px;
  background: #ffefc1;
  border-left: 5px solid #ff4e50;
  border-radius: 8px;
}

img {
  max-width: 100%;
  height: auto;
}

nav a:hover {
  color: #ff4e50;
  border-bottom: 2px solid #ff4e50;
  padding-bottom: 2px;
  transition: 0.3s;
}
