body {
  font-family: "Calibri";
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #212121;
}
body .title {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #b7b7b7;
}
body .file-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 2rem;
  box-sizing: border-box;
}
body .file-list .file {
  width: 100%;
  text-align: center;
  background: #313131;
  padding: 0.6rem 0;
  font-weight: 600;
  color: #b7b7b7;
  margin-bottom: 1rem;
  cursor: pointer;
  box-sizing: border-box;
}
body .fileContent {
  padding: 2.5rem;
  color: white;
  font-size: 14px;
  margin-top: 1rem;
  box-sizing: border-box;
  max-width: 100%;
}
body .backBtn {
  position: absolute;
  top: 0;
  right: calc((100% / 2) - 32px);
  width: 64px;
  aspect-ratio: 2/1;
  border: none;
  background: #707070;
  border-radius: 0 0 7px 7px;
  cursor: pointer;
}
body .addFiles {
  right: calc((100% / 2) - 64px);
  width: 128px;
  aspect-ratio: 3/1;
  border: none;
  background: #707070;
  border-radius: 7px 7px 0 0;
  cursor: pointer;
}
body form {
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 0;
  box-sizing: border-box;
}
body form input {
  width: 75%;
  flex-basis: 100%;
}
body form button {
  width: 76px;
  aspect-ratio: 2/1;
  border: none;
  background: #707070;
  font-weight: 600;
  margin-top: 2rem;
  border-radius: 7px 7px;
  cursor: pointer;
}
body a button {
  width: 76px;
  aspect-ratio: 2/1;
  border: none;
  background: #707070;
  font-weight: 600;
  margin-top: 2rem;
  border-radius: 7px 7px;
  cursor: pointer;
}
body pre {
  text-overflow: ellipsis;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

/*# sourceMappingURL=index.css.map */
