*{
    margin:0;
    padding:0;
}

body{
    width:100%;
    max-width:1440px;
    margin-left:auto;
    margin-right:auto;
}
main{
    /* background: lightcoral; */
    /* height:calc(100vh - (110px + 70px)); */
    display: flex;
    justify-content: baseline;
    align-items: center;
    justify-items: center;
    flex-direction:column;
}
article{
    display:flex;
    justify-content: center;
    align-items: start;
    justify-items: center;
    flex-direction: column;
    min-height: calc(100vh - (110px + 70px));
}
picture > img{
    width:100%;
    max-width:400px;
}