body {
    background-color: #0e0e0e;
    color: #f1f1f1;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}


a {
    text-decoration: none;
    color: #d4af37;
    transition: color 0.3s ease;
}



.logo img {
  height: 80px;
}




