@import './shell.css';
@import './navbar.css';

button, .button {
  font-size: 18px;
  min-width: 11rem;
}

inline-confirmation:not(:defined) [slot=confirm] {
  display: none;
}

inline-confirmation[active] {
  padding: var(--button-padding);
  box-sizing: border-box;
  font-size: 16px;
  background-color: #c21807;
  --confirm-button-hover-color: #fff;
}

/* Sections */
main button {
  border: 1px solid var(--color-black);
}

main > section {
  padding: 1em 4em;
  display: grid;
  justify-content: center;
}

main > section > h2 {
  text-align: center;
}

main > section > hr {
  margin: 1.5em 0;
  width: 100%;
  border: none;
  border-top: 1px solid var(--nav-background);
}

main > section > a {
  text-align: center;
  padding: 7px;
  font-size: 120%;
  font-weight: 600;
  text-decoration: underline;
}

main > section > a, main > section > a:visited {
  color: #c54b8c;
}
/* End sections */



.backup-signedout {
  display: grid;
  justify-content: center;
}

.backup-signedout .button {
  max-width: 11rem;
  justify-self: center;
}