html {
    height: 100%;
}

.dark-background {
    background-color: #140c1c;
}


body {
    background-color: #140c1c;
    height: 100%;
    display: flex;
    justify-content: center;
}