/* Layout styles */
.holder {
    width: 90vw;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

.columns { display: flex; }