/* * {border: 1px solid black; !important } */

body {
   background-color: black;
   font-family: Lucida Grande, Verdana, Sans-serif;
}

.c {
  color: white;
  font-size: 100px;
  text-align: center;
  height: 400px;
  display: flex;
  /* flex-direction: column;*/
  align-items: center;
  justify-content: center;
}