body {
    background: #222;
    text-align: center;
    font-family: sans-serif;
    color:#BBB;
}

h1 {
    color: #CCC;
}

.parent {
    display: grid;
    height: 100%;
}

.child {
    place-self: center;
}

