:root {
    --primary-bg: #13111C;
    --secondary-bg: #1E1B2E;
    --accent: rgb(61, 106, 255);
    --text-clr: rgba(255, 255, 255, 0.7);
    --gradient: linear-gradient(90deg, #5f94ff, #0900ab);
    --card-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    --card-border: 1px solid rgba(255, 255, 255, 0.05);
    --glass-bg: rgba(30, 27, 46, 0.95);
  }

  @import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

footer {
  background: var(--primary-bg);
    padding: 40px 20px;
}

footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .section {
    flex: 1 1 200px;
    margin: 10px;
}

footer h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    text-decoration: none;
    color: #ccc;
    font-size: 14px;
}

footer ul li a:hover {
    color: #fff;
}

footer .language__selector, footer .currency__selector {
    margin-top: 20px;
}

footer select {
    background-color: var(--primary-bg);
    border: 1px solid var(--primary-bg);
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    border: solid 1px black;
    cursor: pointer;
    width: 50%;
}

footer .btc__rate {
    margin-top: 20px;
    font-size: 14px;
    color: #ccc;
}

.logo__footer1 {
    margin-bottom: 20px;
}

.logo__footer1 img {
    max-width: 100px;
}

.copyright {
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
    color: #ccc;
}


.credit {
    font-family: "Roboto Mono", monospace;
    font-size: 13px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.credit a {
    display: flex;
    align-items: center;
}

.img-credit {
    height: 20px;
    margin-left: 5px;
}