.container-fluid {
    width: 100vw;
    height: 100vh;
    background-color: rgb(27, 27, 27);
    display: flex;
    align-items: center;
    justify-content: center;
  }


