.recent-purchases,
.list-recent-purchases,
.recent-purchases-title {
    display: none !important;
}
footer {
    margin-top: 50px;
    padding: 30px 20px;
    border-top: 1px solid #00ff00;
}

.footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.copyright-and-server-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.copyright {
    font-size: 14px;
    margin: 0;
}

.copyright a,
.ads-logo {
    display: none; 
}


.navigation-footer-list a {
    color: #00ff00;
    text-decoration: none;
    transition: text-shadow 0.3s ease;
}

.navigation-footer-list a:hover {
    text-shadow: 0 0 5px #00ff00;
}
body {
    background-color: #0a0f0a;
    color: #00ff00;
    font-family: 'Courier New', monospace;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    text-shadow: 0 0 2px #00ff00;
}

header {
    border-bottom: 1px solid #00ff00;
    padding: 15px 20px;
    margin-bottom: 20px;
    position: relative;
}
