.newsPage-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  max-width: 1100px;
  width: 100%;
  padding: 50px;
  margin-top: 50px;
  margin-bottom: 100px;
  background-color: #ffffff;
  border-radius: 40px;
  border: 1px solid #e4e4e4;
}

.newsPage-subtitle {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #787878;
}

.newsPage-publishedDate {
  font-size: 20px;
  color: #787878;
  margin-top: 20px;
  margin-bottom: 40px;
}

.newsPage-photoBy {
  color: #787878;
  font-size: 15px;
}

.newsPage-image2 {
  margin-top: 30px;
}

.newsPage-content {
  font-size: 20px;
}

.addMoney-mainContainer,
.withdrawMoney-mainContainer,
.transferMoney-mainContainer,
.profile-mainContainer,
.newsPage-container {
  max-width: 1100px;
  width: 100%;
  margin-top: 45px;
}
