body {
    min-height: 850px;
    color: #333;
}
body .container {
    padding: 100px 30px;
}
body .container h1 {
    color: #e60012;
    font-weight: bold;
    font-size: 30px;
}
body .container h1 span {
    font-size: 18px;
    display:block;
}
body .container a {
    color: #333;
    text-decoration: none;
}