@import "styles.css";

.holder {
    display: grid;
    place-items: center;
    gap: 2.5rem;
    padding: 3rem 0;
}

.heading {
    font-family: var(--feature-font);
    font-size: 3rem;
}

.color-strip {
    max-width: 670px;
}