*{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f0eadf;
}

.container{
    max-width: 650px;
}

.logo{
    text-align: center;
    margin-bottom: 20px;
}

p{
    text-align: justify;
}

strong{
    font-weight: 600;
}

p a, p a:visited{
    color: #d22934;
    text-decoration: underline;
}

h1{
    color: #d22934;
    font-weight: bold;
    font-size: 28px;
}

hr{
   border: 1px solid #ebe2d6;
}

h3{
    font-size: 20px;
    color: #d22934;
    font-weight: bold;
}

h4{
    color: #d22934;
    font-weight: bold;
}

.btn{
    color: #ffffff;
    background-color: #d2302f;
    border-bottom-color: #932331;
    border-bottom-width: 4px;
    width: 120px;
}

.appIcon{
    float: left;
    margin-right: 16px;
    margin-top: 5px;
}

.appIcon p{
    font-size: 12px;
    text-align: center;
    margin-top: 2px;
}