
html,body {
    height: 100%; width: 100%;
}

body {
    background-color: #00bfff;
}

    body > div {
        margin: 0 auto;
    }
