html,
body {
    height: 100%;
    /* background-color: #24b49c; */ /* For browsers that do not support gradients */
    background-image: linear-gradient(#24b49c, #2f3986); /* Standard syntax (must be last) */
}