body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background: #151515;
    color: aliceblue;
    
}

.guide-container {
    background-color: #1b1a1a;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.steps-list {
    list-style-type: decimal;
    padding-left: 20px;
}

/* .respect-privacy, .contact-section {
    background-color: #e9ecef;
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
}

.contact-section a {
    color: #007bff;
    text-decoration: none;
}

.contact-section a:hover {
    text-decoration: underline;
} */

#footer{
    text-align: center;
    font-family: monospace;
}


a:link {
    color:yellow; /* Color for unvisited links */
  }
  
a:visited {
    color: yellow; /* Color for visited links */
  }
    

a{
    text-decoration: none;
}