body {
  background-image: url('../images/background.jpg');
  background-repeat: repeat;
  background-position: top left;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  color: #333;
  margin: 26px;
}

#wrapper {
  margin-top: 26px;
  max-width: 980px;
  margin: 0 auto;
  //background: #fff;
  border-radius: 15px;
  border: 1px solid #dcdcdc;
}

#content-wrapper {
  //background: transparent;
  background: rgba(255, 255, 255, 0.92);
  //background-image: url('../images/sheet_c.png');
  display: flex;
  gap: 20px;
}

#header {
  background-image: url('../images/header.png');
  height:207px;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

#logo a {
  text-decoration: none;
  color: #000;
  font-size: 28px;
}

#main {
  width: 680px;
  padding: 20px;
background: transparent;
}
}

#sidebar {
  width: 260px;
  padding: 20px;
  background: #f9f9f9;
  border-left: 1px solid #ddd;
}

.post-item {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.post-item img {
  margin-right: 10px;
}

.widget {
  margin-bottom: 20px;
}

.widget h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
