﻿html {
    font-family: 'Roboto', sans-serif;
}
table, th, tr, td {
    border: 1px solid black;
    border-collapse: collapse;
}
a {
    text-decoration: none;
}
img {
    border: 3px solid black;
}
#artikel {
    margin: auto;
    width: 50%;
    border: 3px solid black;
    padding: 10px;
}
.lostplaces {
    width: 100%;
    margin-bottom: 20px;
}
.row {
    display: flex;
}
.column {
    flex: 50%;
}
.steckbriefbild {
    width: 400px;
    height: 250px;
}