html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#csv-container.handsontable {
  height: 100%;
}

.github-corner:hover .octo-arm { animation: octocat-wave 560ms ease-in-out; }

@keyframes octocat-wave {
  0%,
  100% { transform: rotate(0); }

  20%,
  60% { transform: rotate(-25deg); }

  40%,
  80% { transform: rotate(10deg); }
}

@media (max-width: 500px) {
  .github-corner:hover .octo-arm { animation: none; }
  .github-corner .octo-arm { animation: octocat-wave 560ms ease-in-out; }
}

                body {
                  font-family: Arial, Helvetica, sans-serif;
                  background-color: #f2f2f2;
                  margin: 0;
                  padding: 0;
                }
        
                .upload-container {
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  /* justify-content: center; */
                  height: 100vh;
                  margin-top:20mm;
                }
        
                .upload-container label {
                  padding: 16px;
                  background-color: #ffffff;
                  color: #333;
                  border-radius: 5px;
                  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
                  cursor: pointer;
                  font-size: 18px;
                }
        
                .upload-container label:hover {
                  background-color: #f7f7f7;
                }
        
                .upload-container input[type="file"] {
                  display: none;
                }
        
                @media only screen and (max-width: 600px) {
                  .upload-container label {
                    font-size: 14px;
                  }
                }
