﻿@import url('tailwind.css');
@import url('mainheader.css');

#page .landing .left {
    padding: 4rem;
}

#page .landing .title {
    font-size: 4.5rem;
    font-weight: bold;
    color: #212529;
    margin-bottom: 1rem;
    -webkit-text-stroke: 2px #212529; /* Stroke width + color */
}


#page .landing .copy {
    font-size: 1rem;
    line-height: 2.25;
    color: #212529;
}

#page .landing .e-btn {
    height: 4rem;
    font-size: 1.125rem;
}