body {
    font-family: 'Roboto', sans-serif;
    color: #373737;
}

a {
    color: #373737;
}
a:hover,a:focus {
    text-decoration: none;
    color: #e31e24;
}

h1, .h1, h2, .h2 {
    color: #373737;
    font-size: 15px;
    line-height: 38px;
}
