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

#container {
    padding-bottom: 2em;
}
#policy {
    width: 85vw;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: var(--gradient-light);
    box-shadow: 0 10px 10px;
    padding: 1em;
}

#navigation a{
    color: var(--background-dark)
}