body{
    background-color: #1e1f1f;
  }
  .main{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center; 
  }
    
  .p1{
    font-size: 25px;
    color: white;
  }