.tool{

  margin:15px auto ;

  border:solid black 3px;
  border-radius: 15px;

  padding: 15px;
  text-align: justify;

}
.textToWrite{
  width:100%;
  display: block;
}
.unwrited {
  font-size:1.3rem;
}
.typing{
  display : block  ;

  width: 100%;
  text-align: center;
}
.resultes{
  max-width: 500px;
  min-width:250px;
  margin:15px auto ;

}
