.link {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
}

.link:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
}

.justify-items-center {
    justify-items: center;
}

.policy {
    div {
        padding-bottom: 20px;
    }

    p {
        padding-bottom: 10px;
    }

    li {
        i {
            padding-right: 10px;
        }

        strong {
            text-wrap-mode: nowrap;
        }

        div {
            padding-bottom: 0px;
        }
    }
}