body
{
  font-family: Calibri;
  font-size: 20px;
}
.RecommendTitle
{
  font-size: 24px;
  color: black;
  font-weight: bold;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-color: Purple;
  padding-left: 10px;
  padding-right: 10px;
}
.RecommendContentPanel
{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  color: black;
}
.RecommendPicture
{
  float: right;
}
.RecommendListContentPanel
{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  color: black;
  text-align: center;
}
