body {
    background: #333;
    font-family: Caveat, Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

p {
    color: white;
    font-size: 12rem;
}