html {
    margin: 0;
}

body {
    color: #FBFBFB;
    background-color: #141414;
}

div.centerpiece {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 95vh;
}
