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

body > div
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    height: 340px;
    width: 300px;

    margin: 0 auto;

    background-color: #222;

    font-family: sans-serif;
}

body > div > div:first-of-type
{
    padding: 18px;
}

body > div > div:nth-child(2)
{
    background: url(img/Sander-Bedrag-foto.jpg) top left / 100% no-repeat;

    flex: 0 0 169px;

    position: relative;
}
body > div > div:nth-child(2) > img
{
    position: absolute;
    right: 18px;
    bottom: 18px;
}

body > div > div:nth-child(3)
{
    flex: 0 1 auto;

    padding: 18px;

    text-align: right;
}

body > div > div:nth-child(3) > h3
{
    font-size: 1.4em;
    color: white;
}
body > div > div:nth-child(3) > h5
{
    text-transform: uppercase;
    color: lightgray;

    margin-bottom: 5px;
}

/* Elementer */
