* {
    margin: 0;
    box-sizing: border-box;
}

article {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}