body {
    font-size: 18px;
    color: #052D49;
    padding: 0;
}

a {
    color: #F96854;
    font-weight: 700;
}

p {
    margin-bottom: 2em;
    line-height: 1.5;
}

ul {
    margin-bottom: 3em;
    line-height: 1.5;
}

li {
    margin-bottom: 1em;
}

#app_body {
    padding: 20px;
    margin: auto;
    max-width: 800px;
}

#application {
    max-width: 100%;
    background-color: #F3F4F5;
}

.button, #submit_app {
    background: #F96854;
    border: #F96854 2px solid;
    border-radius: 0;
    backface-visibility: hidden;
    text-transform: uppercase;
    user-select: none;
    transition: all 300ms cubic-bezier(0.19,1,0.22,1);
    font-weight: 700;
    font-size: 16px;
    text-shadow: none;
}

.button:hover {
    background: #FA7664;
    box-shadow: 0 0.25rem 0.75rem rgba(5,45,73,0.09999999999999998);
}

.app-title {
    font-weight: 400;
}


.hero {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
