a {
    color: black;
    text-decoration: none;
}

h1, p {
    text-align: center;
}

h3 {
    color: rgb(26, 26, 39);
}

.container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.article {
    margin: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

    padding: 20px;
    border-radius: 2px;

    /* border: 1px solid black; */
    box-shadow: 2px 1.5px 2px rgb(198, 195, 190);
    background-color: white;
}

.article-text {
    margin-bottom: 7px;
}

.article-picture {
    height: 20em;
    width: 20em;
    background-color: rgb(233, 233, 233);
}