body {
    background-color: #070707;
    color: #F7F7F7;
    font-family: sans-serif;
    margin: 0;
}

.text-center {
    text-align: center;
}

article {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
