html, body{
  height: 90vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Pixelify Sans;  
}

p {
  padding:30px;
}







/*Font  size and color*/




