body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
    background: #17212e;
    color: white;
}

h1 {
    margin-top: 40px;
    font-size: 32px;
    font-weight: 100;
    letter-spacing: 2px;
    text-align: center;
}

#logo img {
    height: 220px;
    display: block;
}

article {
    max-width: 450px;
    text-align: center;
}