body {
    background-color: #070707;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    margin: 0px;
    color: white;
    font-family: Arial, Helvetica, sans-serif; 
  }

