main {
    margin-top: 4rem;
    padding: 2rem 1rem 3.5rem 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    min-height: 90vh;
    height: auto;
    width: 100%;
    font-size: 1rem;
}

.main div {
    height: 100%;
    width: 100%;
    max-width: 800px;
    background-color: #fff;
    padding: 1.5rem 3rem 1.5rem 3rem;
    border-radius: 2rem;
    margin: 2rem 0rem;
-webkit-box-shadow: 0px 1px 85px -38px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 1px 85px -38px rgba(0,0,0,0.5);
box-shadow: 0px 1px 85px -38px rgba(0,0,0,0.5);
}

.main div p {
    margin-bottom: 1rem;
    line-height: 2;
}

.main div .bottom {
    margin-bottom: 2.75rem;
}

h1 {
    margin: 1rem 0rem 2rem 0rem;
    font-size: 3.5rem;
}

h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.25rem;
    margin:2rem 0rem .5rem 0rem;
    line-height: 1.5;
}

main a {
    font-weight: bold;
    text-decoration: underline;
    display: block;
    margin: 2rem 0rem 2rem 0rem;
}

.main {
    background-color: #fff;
}