:root {
    --layout-width: 70rem;   
}

.content {
    max-width: var(--layout-width);
    margin: 0 auto;
}