body {
  background-color: MidnightBlue;
  color: Cornsilk;
  font-family: Verdana;
  
  margin: auto;
  width: 50%;
  
}

p{
  display: flex;
  justify-content: center;
  align-items: center;
}