#main { margin-top: 60px; }
.jumbotron {
    padding: 10% 20%;
    background-color: #f1f1f1;
}
.jumbotron .lead {
    font-size: 2rem;
}
footer {
    margin-top: 200px;
    color: #222;
}
footer a { color: #222;}

.subscribe_form_container {
    background-color: #ffe01b;
    padding: 20px;
    margin: 20px 0;
}

ul.features {
    list-style-type: none;
}