body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}

#placeholder-container {
    font-size: 2em;
    font-family: sans-serif;
}