body {
    font-family: 'Courier Prime', monospace;
    background-color: #f5f5dc;
    color: #333;
    margin: 0;
    padding: 0;
}

header {
    background-color: #d3d3d3;
    text-align: center;
    padding: 10px 0;
}

nav {
    background-color: #d3d3d3;
    color: #333;
    padding: 10px;
    text-align: center;
}

.nav-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-links li {
    display: inline-block;
}

.nav-links li a {
    color: #333;
    text-decoration: none;
    padding: 0 10px;
}

.nav-links li a:hover {
    color: #888;
}

main {
    padding: 20px;
    text-align: center;
}

footer {
    background-color: #d3d3d3;
    color: #333;
    padding: 20px 0;
    text-align: center;
}

.footer-content h3,
.footer-content p {
    margin-bottom: 20px;
}

.socials {
    list-style: none;
    padding: 0;
}

.socials li {
    display: inline-block;
    margin: 0 10px;
}

.socials li a {
    color: #333;
    text-decoration: none;
}

.socials li a:hover {
    color: #888;
}

.footer-bottom {
    margin-top: 20px;
    color: #333;
}

#ruflasGif {
    width: 200px;
    height: 200px; 
    object-fit: cover; 
    border-radius: 50%; 
    display: block;
    margin: 20px auto; 
    border: 4px solid #d3d3d3; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
}

#ruflasGif:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}


ol>li.postlist {
    list-style-type: none;
}

#commentsSection {
    margin: 40px auto;
    max-width: 600px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

#commentForm {
    margin-bottom: 20px;
}

#commentForm input,
#commentForm textarea,
#commentForm button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#commentForm button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.comment {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.comment h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.comment p {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}
/* Estilo por defecto para todos los enlaces dentro de main y footer */
main a,
footer a {
    color: #0066cc; /* Un color suave por defecto, elige el que prefieras */
    text-decoration: none;
    transition: color 0.3s ease-in-out; /* Transición suave para el cambio de color */
}

/* Mantener el mismo color para enlaces visitados dentro de main y footer */
main a:visited,
footer a:visited {
    color: #0066cc; /* El mismo color suave para mantener consistencia */
}

/* Cambiar el color para enlaces en hover, focus, o active dentro de main y footer */
main a:hover,
main a:focus,
main a:active,
footer a:hover,
footer a:focus,
footer a:active {
    color: #daa520; /* Un color distinto cuando el enlace esté seleccionado */
    outline: none; /* Remueve el contorno que aparece al hacer focus en algunos navegadores */
}

#analytics {
    margin-top: 50px;
    padding: 15px;
    background-color: #f0f0f0;
    border-radius: 5px;
    text-align: justify;
    font-size: 0.9em;
}

.linea {
    border-top: 1px solid black;
    height: 2px;
    max-width: 200px;
    padding: 0;
    margin: 20px auto 0 auto;
}

/* Estilo básico para el interruptor */
.theme-switch-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

/* Oculta el checkbox input visualmente */
.theme-switch input {
    display: none;
}
/* Estilos específicos para whitestyles.css */
.theme-switch-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.theme-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.theme-switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

footer p#footerText {
    margin: 0 auto 10px auto;
    line-height: 1.6;
    font-size: 0.95em;
    display: inline-block;
  }
  

  footer p#footerText a {
    margin: 0 6px;
    display: inline-block;
  }

  .kb-club {
    margin-top: 10px;
  }

.kb-club a {
	text-decoration: none;
  color: #212121;
  font-weight: bold;
  padding: .25rem 0;
  font-family: sans-serif;
  transition: .4s;
}

.kb-club a:hover {
  background: #BBDEFB;
}

.kb-club-bg,
.kb-club-no-bg {
	border: 2px solid #64B5F6;
	padding: .25rem .5rem;
}

.kb-club-bg {
	background: #64B5F6;
	color: #212121;
}

ul {
    list-style: none;
    padding-left: 0;
  }

  body {
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  