cara mengatur teks ke tengah di div

.center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}
Matteoweb