body {
  background-color: black;
  color:rgb(118, 192, 34)
}


.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 700px;
}

.benjamin {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:black;
    font-size: xx-large;
    margin: 2;
  -webkit-text-stroke: 1px gray;
}

.orange{
 font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color:black;
font-size: xx-large;
 margin: 2;
  -webkit-text-stroke: 1px orangered;
}