@font-face {
  font-family: "mainfont";
  src: url(/font/vazir/Vazir-Medium.ttf);
}

* {
  font-family: "mainfont";
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}

.containerwrapper {
  width: 100%;
  height: 100%;
  background-color: #819d81;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
}
.container {
  width: 90%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
}
.ArticlesContainer {
  width: 80%;
  height: 250px;
  background-color: #A0B99F;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
  border-radius: 25px;
}
.ArticleWrapper {
  width: 90%;
  height: 90%;

  display: flex;
  flex-direction: row;
}
.imgContainer {
  width: 30%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
}
.textContianer {
  width: 70%;

  text-align: right;
  display: flex;
  flex-direction: column;
justify-content: center;

  color: white;
}
.title{
  font-size: 24px;
  color: white;

}
.desc{
  font-size: 15px;
  color: grey;
}
