body {
    font-family: 'Inter', sans-serif;
    background: url('https://atlascraftmc.com/tools/deepslate_brick.png') repeat fixed;
    background-size: 58px;
    image-rendering: pixelated;
}
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-color: rgba(17, 24, 39, 0.85);
    z-index: -1;
}
.link-card {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}