/* estrella cyan lista*/
.star {
  color: #00ffff; 
  margin: 0 5px;  
}

/*barra ql */
.top {
  background-color: #111;
  border-bottom: 2px solid #33ff33;
  justify-content: center;
  gap: 40px;
  padding: 20px;
  height: 30px;
  text-align: center;
}

.topnav a {
  text-decoration: none;
  font-size: 100px; 
}

.top a:hover {
  color: #ff00ff;
  text-decoration: none; 
  transition: color 1s ease;  
}
body{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;      
  color: #33ff33;              
  font-family: "Courier New", monospace; 
  font-size: 16px;
  line-height: 1.6;
}
/*pipe blink */
.blink {
  display: inline-block;
  margin-left: 2px;
  animation: blink 1s steps(2, start) infinite;
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  50.01%, 100% { opacity: 0; }
}



.top a {
  color: #33ff33;
  text-decoration: none; 
}

h1 {
  color: #ff00ff; 
  font-size: 28px;
  margin-top: 40px;
  border-left: 5px solid #ff00ff;
  padding-left: 10px;
}

.linkbox {
  max-width: 400px;             
  margin: 20px 0;                
  font-family: "Courier New", monospace;
  color: #33ff33;
  text-align: left;
}


.linkbox a {
  color: #33ff33;              
  text-decoration: none;
  transition: color 0.3s ease;    
}

.linkbox a:hover {
  color: #ff00ff;               
}

hr {
  border: none;
  height: 1px;
  background: linear-gradient(to right, #00ff00, #00c8ff, #ff00bb);
  margin: 20px 0;
}

.footer {
  background-color: black;
  color: #00ffea; 
  font-family: "Courier New", Courier, monospace;
  padding: 20px;
  text-align: center;
  border-top: 2px solid #00FF00;
  letter-spacing: 1px;
}

/* latido*/
.footer p::after {
  content: '❤';
  animation: blink 2.5s infinite;
  margin-left: 5px;
}


@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}

.img {
  margin: 0 auto;
  text-align: center;
}