body {
  font-family: Arial, sans-serif;
  direction: rtl;
  text-align: right;
  margin: 30px;
  background-color: #000;
  color: aliceblue;
}
#rss-feed {
  font-family: Arial, sans-serif;
  direction: rtl;
  text-align: right;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
.rss-item {
  width: 303.5px;
  min-height: 280px;
  max-height: 500px;
  display: flex;
  flex-direction: column;
  background-color: rgb(41, 41, 41);
  border-radius: 8px;
  font-size: 16px;
  text-align: justify;
  line-height: 22px;
  color: white;
  overflow: hidden;
}

.context-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px;
}
.title {
  margin-top: 20px;
}
.title a {
  font-size: 20px !important;
  font-weight: bold;
  text-decoration: none;
  color: white;
  text-align: center;
}
.description {
  font-size: 16px;
  margin-block: 15px;
  text-align: justify;
  line-height: 22px;
  color: white;
  width: 100%;
  overflow: hidden;
}
.image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* p {
  padding: 10px;
} */
