html, body {
    height: 100%;
}

body {
    margin: 50px;
    display: flex;
    background: #333333;

    justify-content: center;
    align-items: center;
}