body {
  background-color: yellow;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}

.box {
  /* display: flex;
    flex-direction: column;
    align-items: center; */
  width: 336px;
  background-color: white;
  border: 2px solid black;
  padding: 20px 20px 20px 20px;
  border-radius: 15px;
}

.learning {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 5px 5px 5px;
  width: 16%;
  background-color: yellow;
  border-radius: 2px;
}

.img-container {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px 0 10px 0;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-overall {
  display: flex;
  gap: 10px;
  align-items: center;
}

.img-text {
  font-size: 14px;
  font-weight: bold;
}
