body {
    background-color: black;
    color: white;
}
a {
    font-weight: bold;
}
span {
    font-weight: bold;
}
h2 {
    padding: 5px;
    border-bottom: solid thin;
}
header {
    padding-top: 10px;
}
footer {
    padding-bottom: 20px;
}
.TC {
    text-align: center;
}
.TE {
    text-align: end;
}
.DFJC {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}
.letter {
    padding: 5px;
    margin: 5px 20px;
    border-bottom: solid thin;
}
.indent {
    padding: 5px 0px 5px 40px;
}
.plate {
    padding: 10px;
}
.plate img {
    padding-bottom: 5px;
}
.description {
    font-size: small;
}
.images {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 5px;
}
.image {
    padding: 0px 10px 5px 10px;
    margin-bottom: 10px;
    border: outset;
}
.details {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}
.detail {
    display: flex;
    padding: 5px 20px 10px 20px;
    border: outset;
}
.detail div {
    display: flex;
    flex-direction: column;
}
.detail ul {
    list-style-type: none;
}
.return {
    padding: 10px 0px;
    border-bottom: solid thin;
}