@import url(constants.css);

main.main-wrapper {
    background-color: var(--color-background);
    width: 100%;
    margin-bottom: 0;
}

main.main-wrapper section {
    max-width: 1100px;
    margin: 40px auto 0;
}

main.main-wrapper section h2 {
    font-size: var(--font-size-xl);
    font-weight: 700;
    font-family: var(--secondary-font), sans-serif;
    color: var(--color-text);
    margin-bottom: 16px;
}

main.main-wrapper section p {
    color: #ddd;
    font-size: var(--font-size-l);
    margin-bottom: 1.5rem;
}