h1, h2, h3, h4, h5, h6 {
  color: #fff;
}

body {
	background: #000;
	color: #ccc;
}

#quote {
  text-align: left;
  font-size: 90%;
  display: block;
  margin: 1em 40px;
  padding: 0.5em 10px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}

.blog-section {
    max-width: 600px;
    width: 100%;
    margin: 2rem auto;
    text-align: left;
}

.blog-section h3 {
    color: white;
    margin-bottom: 1rem;
    text-align: left;
}

.blog-section h4 {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.post-content {
	  background: #222;
    border: 1px solid #444;
    border-radius: 12px;
    padding: 0 1rem 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.post-content p {
    color: #ccc;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.read-more {
    font-size: 0.9rem;
    color: #8ab4f8;
    font-weight: 500;
}

#latest-projects :is(h1, h2, h3, h4, h5, h6) {
  text-align: left;
  margin: 0;
}

#latest-projects .fa-git-alt {
  color: #f54c27;
}

#info .fa-briefcase {
  color: #986a44;
}

#info .fa-location-dot {
  color: #c01c28;
}

#bio {
  text-align: justify;
  font-size: 90%;
}

#profile-items .omg-prami {
  color: #ff69ad;
}

#profile-items .fa-blog {
  color: #74c0fc;
}

#profile-items .fa-seedling {
  color: #37b24d;
}

#profile-items .fa-paw {
  color: #ffa348;
}

#profile-items .fa-envelope {
  color: #f6d32d;
}

#footer {
  margin-top: 0;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
  color: #fff;
}

#details {
  text-align: left;
}

#footer .prami-logo {
  height: 1em;
  transition: all 0.3s ease;
  margin: 0 .3em -.1em 0;
}

#footer:hover .prami-logo {
  transform: scale(1.5) rotate(20deg);
  transition: all 0.3s ease;
}