h1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:blueviolet;
    font-size: 60px;
  }
*{
    background-color: black;
}
