@import url("../../../static/pico.min.css");

[x-cloak] { display: none !important; }


article {
    margin: 1rem 2rem;
    /* height: 100%; */
    width: 100%;
    max-width: 1280px;
    /* width: 100vw; */
    /* width: calc(100vw - var(--side-nav-width) - 2rem); */
    padding-bottom: 1.5rem;

    > header {
      padding: 1.2rem;
      text-align: center;
      margin-bottom: 1.5rem;

      > a {

        text-decoration: none;
      }
    }

    > footer {
      padding: .8rem;
      text-align: center;
      margin-top: 1.5rem;
    }

    > :last-child {
        margin-bottom: 0;
      }
}

.main-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}