@font-face {
    font-family: "berlisch"; 
    src: url("/fonts/Berlisch.ttf") format("truetype");
}

@font-face {
    font-family: "decoder";
    src: url("/fonts/DECODER_.ttf") format("truetype");
}

body {
    background-image: url(/images/red031.jpg);
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 60px;
}

.headerItem {
    background-color: #9c7070;
    border: 10px solid #280a0a;
    width: 400px;
    margin-left: 60px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 5px 10px 5px 10px;
}

.headerItemBack {
    background-color: #9c7070;
    border: 10px solid #280a0a;
    padding-right: 1rem;
    padding-left: 1rem;
}

.backLink {
    color: #280a0a;
    font-family: 'berlisch', monospace;
}

.backLink:hover {
    color: #e0a6a6;
}

.header {
    font-family: 'berlisch', monospace;
}

.subheader {
  font-family: 'decoder';
}

.gallery {
    background-color: #9c7070;
    padding: 30px;
    margin-right: 60px;
    margin-left: 60px;
    border: 10px solid #280a0a;
}

.row {
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    margin-bottom: 30px;
    align-items: center;
}

img {
    width: 35%;
    height: 35%;
    border: 10px double #2a0d0d;
}