article{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 30vh;
    padding-top: 1vh;
}

img{
    max-width: 48vw;
    max-height: 18vh;
}

h1{
    display: flex;
    justify-content: center;
    align-items: center;;
    width: 48vw;
    height: 10vh;
    margin-top: 0;
    color: var(--color-link);
    text-align: center;
}
