a:link {
  color: #613a4b;
  text-decoration: none;
}

a:visited {
  color: #735d6f;
}

a:hover {
  color: #a62639;
  text-decoration: underline;
}

a:active {
  color: #a62639;
}

footer {
  font-family: 'Courier New', monospace;
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

body {
  background-color: #953939;
}

.container {
  background-color: #da7f7f;
  color: #ffffff;
  font-family: 'Courier New', monospace;
  border: 1px #000000;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.box {
  padding: 0px;
  margin-bottom: 0px;
}

.boxes-container {
  display: flex;
  align-items: center;
}

.boxes-container img {
  display: block;
  max-width: 100%;
  height: auto;
}
.solo1 {
  padding: 7px;
  color: #ffffff;
  display: flex; /* Makes the div a flex container */

  align-items: center;
  width: 100%;
  overflow-y: auto;
}

h3 {
  font-size: 18px;
  text-align: center;
}
