body {
  background-image: url("https://i.ibb.co/qM97FqMC/f77ab7c8123f70b4df62dae99d47c658.jpg");
  background-repeat: repeat;
  background-size: auto;
  background-color: #ffffff;
}

.container {
  display: flex;
  max-width: 900px;
  margin: 60px auto;
  background-color: #fffff0;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.sidebar {
  width: 220px;
  background-color: #d6f5d6;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px;
  text-align: center;
}

.sidebar img {
  width: 100%;
  border-radius: 10px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar li {
  margin: 12px 0;
}

.sidebar a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.content {
  padding: 20px;
  background-color: #ffd8ef;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex: 1;
}

.content h1 {
  font-size: 1.5rem;
  text-align: center;
  text-transform: lowercase;
}

.content img {
  width: 100%;
  margin-top: 20px;
  border-radius: 10px;
}
