<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer{
    background-color: #1F1F1F;
    width: 100%;
}


.footer-icons img{
    width: 30px;
}

.footer-text{
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
}

.footer-text a{
    color: rgb(255, 255, 255);
}

.footer-btn .btn.dropdown-toggle {
    background-color: #2C3136;    
    color: white;                                     
    border-radius: 100px;             
    font-weight: 600;                        
    gap: 0.5rem;
  }
  
.dropdown.footer button{
    width: 290px;
    height: 50px;
}

  .footer-btn .btn.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
  }
  
  
</pre></body></html>