body {
    background-color: black;
    overflow: hidden;
    -webkit-app-region: drag;
}

body div:first-child {
    margin: 0px auto;
    width: 640px;
    height: 800px;
    position: fixed;
    bottom: 0px;
}
