.privacy
{
    margin: 9rem 0 5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-self: center;
    align-items: center;
}

.card
{
    border-radius: 2rem;
    background-color: rgb(255, 221, 152);
    box-shadow: 5px 10px 15px lightgray;
    width: 80%;
    padding: 2rem;
}

.card a
{
    font-size: 1rem;
    color: blue;
    text-decoration: underline;
}

ul
{
    list-style-type: none;
}