html {
    height: 100%;
}
body {
    min-height: 100%;
    background-image: url('../img/flower.png');
    background-repeat: no-repeat;
    background-position: 122% 142%;
    background-color: #eee;
}
a,a:hover,a:visited {
    color: #a90d19!important;
}
.logo {
    width: 400px;
}
.building {
    color: rgb(102,102,101)!important;
}
.flower {
    width: 648px;
    height: 617px;
    position: absolute;
    bottom: -196px;
    right: -260px;
    background: url(../img/flower.png) no-repeat;
}
.card {
    background-color: #b8b8b8;
    color: #1c1c1b;
    border: 0px;
    -webkit-box-shadow: 3px 5px 15px 0px rgba(28,28,27,0.4); 
    box-shadow: 3px 5px 15px 0px rgba(28,28,27,0.4);
}
h5{
    margin-top: 10px;
}
.card-text i {
    color: #e30513;
}
.red {
    color: #a90d19!important;
}