html,body {
    height:100%;
    margin:0;
    background-color: coral;
    padding:10px;
}


.container {
    height:100%;
}