header, h1, section {
    display: flex;
}

header {
    flex-direction: column;
}

header, section {
    justify-content: center;
}

html {
    background-color: #12131C;
}

* {
    color: rgb(201, 209, 217);
}
