
body{
  text-align: justify;
  color: black;
}

.text-box{
  width: auto;
  height: 50;
  border: 1.5px solid black;
  border-radius: 10px;
  font-size:12;
  background: grey;
  color: white;
  text-align: justify;
  padding: 1px;
  margin: 1px;
  border-spacing: 5px;
}