.standard-content {
    padding: 60px 0;
    background-color: black;
    color: white;
    line-height: 150%;
}

.standard-content p,
.standard-content table {
    width: 100%;
    margin-bottom: 1em;
}

.standard-content a {
    color: #d62329;
}

.standard-content a:hover {
    text-decoration: underline;
}

.standard-content.privacy {
    padding: 60px 0;
    background-color: #121212;
    color: white;
    line-height: 150%;
}
.standard-content.privacy .site-container{
align-items: start;
}