body {
    background-image: url("./assets/018896bc813ec5609908cf575e039a01.gif");
    background-color: #363636;
    background-size: cover;
   }

  div {
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 100vh;
    margin: 0; 
}

   h1 {
    font-family: monospace;
    font-size: 130px;
    color: white;
    cursor: default;
   }