@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

html, body {
    height: 100vh;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.00em;
    font-weight: 400;
    color: #636b6f;
    background-color: #fff;
}

b, strong {
    font-weight: 700;
}

.center-page-content {
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-title {
    font-weight: 300;
    font-size: 5.00em;
}

.vert-spacer-sm {
    margin-bottom: 1.00em;
}

.vert-spacer-md {
    margin-bottom: 2.00em;
}

.vert-spacer-lg {
    margin-bottom: 3.00em;
}

.vert-spacer-xl {
    margin-bottom: 4.00em;
}

.btn-light {
    background-color: #333092;
    color: #FFFFFF;
}

.btn-dark {
    background-color: #EF1696;
    color: #FFFFFF;
}

.btn-light:hover {
    background-color: #383232;
    color: #FFFFFF;
}