h1.headername {
    display: none;
}

.headerimage {
    max-height: 4rem;
}



.screenshotcontainer {
    height: 60vh;
    justify-items: center;
}

figure {
    align-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
figcaption {
    max-width: 14rem;
}

.screenshot {
    max-width: 240px;
    height: auto;
    box-shadow: var(--pico-card-box-shadow)
}

.photo {
    max-width: 240px;
    height: auto;
    box-shadow: var(--pico-card-box-shadow)
}


.maincontainer {
    min-height: 60dvh;
}

ul {
    list-style-type: none;
    padding: 0;
}
ul li{
    list-style: none;
}

.customspace{
    height: 3rem;
}

[data-theme="light"],
    :root:not([data-theme="dark"]) {
        --pico-background-color: hsl(260, 12%, 93%);
}

 @media only screen and (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --pico-background-color: #18171a;
  }
}

[data-theme="dark"] {
  --pico-background-color: #18171a;
}

@media (min-width: 576px){
    .helpscreenshotfull{
        width: 24em;
    }
}

@media (min-width: 768px) {
    .grid.screenshotgrid {
        grid-template-columns: repeat(auto-fit, minmax(35%, 1fr));
    }
}

@media (min-width: 992px) {
    .grid.screenshotgrid {
        grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    }
}