body {
  background-color: #58653c;
}
.style10 {
  font-size: 12px;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
}
.style2 {
  font-size: 18px;
  font-weight: bold;
}
.style29 {
  font-family: Tahoma;
  font-style: normal;
  font-size: 12px;
}
.style3 {
  font-size: 10px;
}
.style32 {
  font-size: 16px;
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
}
.style7 {
  font-size: 14;
}
.style34 {
  color: #ffcc00;
}
.style22 {
  color: #ff9900;
}
.style36 {
    font-family: Tahoma;
    font-size: 12px;
}
.style30 {
    font-size: 16px;
    font-weight: bold;
    font-family: Tahoma;
}
.style37 {
    font-size: 12px;
    font-family: Tahoma;
    font-style: normal;
    font-weight: bold;
}
.style39 {
    font-size: 12px;
}
.style41 {
    font-size: 12px;
    font-weight: bold;
}
.style45 {
    font-size: 14;
    font-weight: bold;
}
.style46 {
    font-size: 14;
}
.style48 {
    color: #ffcc00;
    font-family: Tahoma;
    font-size: 12px;
}
.style52 {
    font-weight: normal;
    font-style: normal;
}
.menu-item {
  display: block;
}
.menu-item img {
  display: block;
  width: 100%;
  height: auto;
}
.menu-item img.hover {
  display: none;
}
.menu-item:hover img.default {
  display: none;
}
.menu-item:hover img.hover {
  display: block;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 701px;
  margin: auto;
}
.content-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.sidebar {
  width: 208px;
  height: 350px;
  text-align: center;
  background-color: #58653C;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  padding: 10px;
}
.sidebar img {
  border: 2px solid black;
  width: 100%;
  height: auto;
}
.sidebar .wide {
  grid-column: span 2;
}
.main-content {
  width: 474px;
  background-color: #58653C;
  padding: 20px;
}
.footer {
  text-align: left;
  padding: 20px;
  background-color: #58653C;
  width: 100%;
}
.footer pre, .footer p {
  margin: 0;
}