.main-wrapper {
    background-image: url("../img/pengalihan.jpg");
    background-size: cover;
    background-position: center;
}

.main-wrapper .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
}

.logo {
    aspect-ratio: 1 / 1;
    width: 3rem;
    filter: drop-shadow(0 0 5px #e1b761);
}

.tittle {
    text-align: center;
}

.links ul {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}

.links li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.links a {
    width: 100%;
    color: var(--color-bright);
    padding: 0.5rem;
    border-radius: 0.2rem;
    background-color: var(--color-main);
}