html, body {
    height: 100%;
    position: relative;
    overflow:hidden;
    background-color:#000;
}
body {
    padding: 0;
    height: 100%;
    font-size:14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0;
    padding:0;
}
