body {
  background-color: #330D0D;
  font-family:"Courier New", monospace;
  color:#330D0D;
  font-weight:bold;
  scrollbar-color:#330D0D #832121;
}

::selection {
  color:#C39797;
  background-color:#363959
}

a {
  color:#21243F
}

a:hover {
  color:#363959
}

#wrapper {
  margin-left:auto;
  max-width:850px;
  margin-top:-10px;
  padding:50px;
  background-color:#832121
}

h1 {margin-bottom:0;}

.shipholder {
  margin:10px 0 10px 0;
  width:100%;
  display:flex;
  flex-direction:row;
}

.shipholder:nth-of-type(even) {flex-direction:row-reverse}

.shipholder > div {
  background-color:#9e3333;
  width:100%;
  padding:10px;
  height:140px;
  overflow:auto;
  & h2 {margin:0;color:#000}
  & p {margin-top:0;}
}

.shipholder > img {
  width:150px;
  height:150px;
  border:#330D0D solid 5px;
  object-fit:cover;
}

