body, html {
    height: 100%;
    margin: 0;
    position: relative;
    background-color: #010040;
  }
  
p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
    color:antiquewhite;
  }