a:visited {
color:#ccc;
}
textarea {
  background-color: rgb(255, 255, 204); /* Light yellow RGB value */
}




a {
color:white;
}

pq {
        line-height: normal;
        
  color: green;
  padding: 3px;
  font-size:36px;
   }
   
   p {
    font-family:  sans-serif, Verdana, Arial, Helvetica;
  font-size: 26px;
  line-height: 1.2;
  color: #333;
  margin-bottom: 1em;
}
   
   
   
    

hr3 {

  font-family:  sans-serif, Verdana, Arial, Helvetica;


  
  color: black;
  padding: 3px;


  }


h1 {

  font-family:  sans-serif, Verdana, Arial, Helvetica;
    margin-left: auto;
  margin-right: auto;
width:92%;
align:center;

  padding: 1rem;

  background-color: black;
  color: white;
  padding: 10px;


  }
  
  
.mycenter {
            text-align: center;
              margin-left: auto;
  margin-right: auto;
}





hr {
 color:  red;
 height:3px;
  background-color:red;
}

ol li {
  font-size: 26px; 
  /* Or use em, rem, or percentage values */
}



textarea {
  font-size: 2em; 
  /* Or use em, rem, or percentage values */
}


.img[src="../trashee.jpg"] {
  width:50px;
  height:auto;
  border: 0px solid black;
  border-radius: 20px 20px 20px 20px; 
  
  /* Top-left, Top-right, Bottom-right, Bottom-left */
}


.mycssimage {
	height:5em;
	width:auto;

}



        footer {
            background-color: #600;
            color: yellow;
            text-align: center;
            padding: 0.5rem;
            
            bottom: 0;
            width: 92%;

      
        }
        
        textarea {
              width: 90%;
        }
        
        header {
            background-color: #fff;
            color: yellow;
            text-align: center;
            padding: 0.0rem;
            position: fixed;
            top: 0;
            width: 95%;
             
  font-family:  sans-serif, Verdana, Arial, Helvetica;
      
        }
        
        label {
          
            background-color: #eee;
            color: black;
            text-align: center;
            padding: 0.2rem;
  font-family:  sans-serif, Verdana, Arial, Helvetica;
            font-size:1.5rem;
  font-weight: normal;
            width: 92%;

      
        }
        
        
.label2 {
          
            background-color: #eee;
            color: black;
            text-align: center;
            padding: 0.2rem;
            
            font-size:1rem;
  font-weight: bold;
            width: 92%;

      
        }
        
        
        
        
        
.cta-button {
  display: inline-block;
  padding: 1.0rem 3rem;
  background: var(--cta-color);
  color: var(--white);
  text-decoration: none;
  border-radius: 25px;
  margin-top: 0.5rem;
  transition: all 0.3s;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
  animation: pulse 2s infinite;

}

.cta-button:hover {
  background: var(--cta-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}