.body, .html, .container {
    height: 100%
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}