
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
    font-family:        'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

body {
    margin: 0 2em;
    padding: 0;
    background-color: white;
    overflow: auto;
}

h1 {
    margin: 24px 0 24px 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 200;
    color: #1a438c;
}

h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 23px;
    font-weight: 200;
    color: #e22291;
}

.button {
    display: inline-block;
    background-color: #24418f;
    color: white;
    font-size: 17px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    padding: 0 20px 0 20px;
    min-width: 160px;
}

