* {
  margin-inline: auto;
  background-color: rgba(244, 208, 78, 1);
}

.body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgba(255, 255, 255, 1);
}

.container {
  margin: 0 auto;
  width:384px;
  margin-top: 120px;
  border: 1px solid rgba(17, 17, 17, 1);
  border-radius: 20px;
  box-shadow: 8px 8px rgba(0, 0, 0, 1);
  background-color: rgba(255, 255, 255, 1);
}

.img {
  width: 336px;
  margin-left: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color:  rgba(255, 255, 255, 1);;
}

.learning {
  border:1px solid transparent;
  border-radius: 4px;
  border-color: rgba(244, 208, 78, 1);
  margin-right: 12px;
  margin-bottom: 4px;
  margin-top: 4px;
  margin-left: 23px;
  width: 62px;
}

.learning h2 {
  width: 46px;
  font-size: 10px;
}

.publish {
  width: 143px;
  font-size: 14px;
  margin-left: 24px;
  margin-bottom: -5px;
}

.publish p {
  background-color: rgba(255, 255, 255, 1);
}

.foundationstitle {
  width: 345px;
  font-size: 20px;
  margin-left: 24px;
  margin-bottom: -13px;  
}

.foundationstitle h2 strong {
  background-color: rgba(255, 255, 255, 1);
} 

.foundations {
  width: 336px;
  font-size: 17px;
  margin-left: 24px;
  color: rgba(127, 127, 127, 1);
}

.foundations p {
  background-color:  rgba(255, 255, 255, 1);
}

.userimg {
  width: 32px;
  margin-left: 24px;
  margin-bottom: 24px;
  background-color: rgba(255, 255, 255, 1);
}

.username{
  width: 85px;
  font-size: 15px;
  margin-left: 68px;
  margin-top: -48.5px;
  margin-bottom: 31.5;
  background-color: rgba(255, 255, 255, 1);
}

.username p strong {
  background-color: rgba(255, 255, 255, 1);
}