body{
    background: url(../img/bg_temp.png) center center no-repeat;
    background-size: cover;
}
body, html{
    height: 100%;
}
.container{
    height: 100%;
}
#homeTemp{
    color:#0a1136;
}
#homeTemp h1{
    font-size: 25px;
    margin-bottom: 40px;
}
#homeTemp img{
    margin-bottom: 30px;
}