:root {
  --pico-border-radius: 0.5rem;
}

body {
  min-height: 100vh;
  min-width: 330px;
}

main {
  text-align: center;
}

a[role="button"] {
  min-width: fit-content;
  white-space: nowrap;
}

body > main {
  padding-block: 0;
}

body > footer {
  text-align: center;
  width: 100%;
  padding-block: 0;
  padding-bottom: var(--pico-block-spacing-vertical);
}

p {
  font-size: 125%;
}

h1 {
  margin-bottom: 2rem;
}

section {
  margin-bottom: 5rem;
}


article h1, article h2 {
  margin-bottom: 0;
}

h2 a {
  --pico-color: var(--pico-color);
  --pico-underline: var(--pico-muted-color);
}


.button-grid {
  grid-template-columns: repeat(auto-fit, minmax(16ch, 1fr));
  align-content: center;
  justify-content: center;
}

.box-left {
  text-align: left;
}

.box-right {
  text-align: right;
}

#logo {
  width: 33%;
  max-width: 20rem;
  min-width: 10rem;
  margin: 2rem;
}

#downloads {

  div {
    display: flex;
    justify-content: center;
  }

  article {
    margin: 0 1rem;
  }

  ul{
    padding: 0;

    li {
      list-style-type: none;
    }

  }

}