.center {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

html, body {
    background-color: #000;
    background-image: url('/assets/background.svg');
    color: #fff;
}
