.nani {
    background-color: #282c34;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(101px + 2vmin);
    color: white;
  }
  
  .nani {
    color: #61dafb;
  }