body {
    color: #444 !important;
}

.hero {
    box-shadow: 1px 1px 5px #dadada;
}

table {
    padding: 25px;
}

form {
    background-color: #f5f5f5;
    padding: 25px;
    margin: 10px 0;
    border-radius: 15px;
    box-shadow: 1px 1px 5px #dadada;

}

footer {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75px;
    padding: 10px;
    background-color: #f5f5f5;
}