/*
*/

@view-transition {
  navigation: auto;
}

body {
  position: fixed;
  display: flex;
  flex-direction: column;

  width: 100%;
  height: 100%;
  min-width: fit-content;
  min-height: fit-content;
}

section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #1b191d;
  color: var(--text-color-title);
}

a {
  text-decoration: none;

  color: var(--text-color-title);
  font-weight: var(--font-bold);
}

label {
  display: flex;

  text-align: center;
}

header {
  width: 100%;
  padding: 10px;
  text-align: center;

  background-color: #19161b;
  border-bottom: 1px solid #5d5c5f70;
  color: var(--text-color-title);
}

footer {
  width: 100%;
  padding: 10px;
  text-align: center;

  background-color: #19161b;
  border-top: 1px solid #5d5c5f70;
  color: var(--text-color-title);
}

.input-file {
  display: none;
}

.span-container {
  display: flex;
  flex-direction: row;
  justify-content: center;

  align-items: center;
}

.title {
  font-weight: var(--font-bold);
}

.pill {
  margin-top: 2px;
  margin-left: 3px;
}
