@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body {
  font-family: 'Press Start 2P';
}

.post-box {
  background-color: #fff4b3;
  border: 3px solid #2f1e16;
  box-shadow: 3px 3px 0 #2f1e16;
  padding: 12px;
  margin-bottom: 16px;
  color: #4a3b2f;
  font-size: 10px;
  line-height: 1.4;
}

.post-box .post-title {
  background-color: #2f1e16;
  color: #fff8d6;
  padding: 4px 6px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 8px 0;
  display: inline-block;
}

.post-box img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 2px solid #2f1e16;
  margin: 8px auto;
  box-shadow: 2px 2px 0 #2f1e16;
}

.sidebar-left,
.sidebar-right,
.main-content {
  border: 3px solid #2f1e16;
  box-shadow: 0 0 0 2px #a4806a inset, 3px 3px 0 #2f1e16;
  background-color: #f4e5c7;
  padding: 15px;
  box-sizing: border-box;
}

.sidebar-left {
  width: 180px;
}

.sidebar-right {
  width: 180px;
}

.layout {
  display: flex;
  gap: 10px;
  max-width: 1100px;
  width: 100%;
  margin: 20px auto;
  justify-content: center;
  align-items: flex-start;
}

.main-content {
  border: 3px solid #2f1e16;
  box-shadow: 0 0 0 2px #a4806a inset, 3px 3px 0 #2f1e16;
  background-color: #fff8d6;
  padding: 15px;
  box-sizing: border-box;
}
