div {
  background-color: black;
  width: 100;
  border: 2px solid green;
  padding: 2px;
  margin: 20px;
  color: #00cc33;
  font-size: 25px;
  .center {
  display: flex;
  justify-content: center;
  align-items: center;
}

