body {
    background-color: #0d1117 !important;
}

.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 40px;
}

.container h1 {
    padding: 40px
}