body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #6a6c6f;
    background-color: #ffffff;
    line-height:24px;
}
.content {
    width:100%;
	text-align:center;
}
.moovapps-logo {
    width:1060px;
	margin:auto;
}
a.btn:link,a.btn:visited {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 4px;
    color: #fff;
    background-color: #34495e;
    border-color: #2b3c4e;
    text-decoration: none;
}

a.btn:hover,a.btn:active {
    color: #fff;
    background-color: #222f3d;
}

h2 {
    color:#E31B1A;
    font-weight:400;
    font-size:27px;
}
h3 {
     font-weight:400;
     font-size:22px;
 }
