body {
  background-color: #2D213B;
  color: #EEBCFF; 
  font-family: "Comic Sans MS", cursive;  
  font-size: 24px;
  text-align: center;

  /* my man flexbox */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  margin: 0;
}