body,
html {
    margin: 0;
    padding: 0;
    cursor: url('../images/glove-lg.png'), auto;
}

.container {
    justify-content: center;
    font-family: Georgia, 'Times New Roman', serif;
    background-color: #151b20;
    background-image: linear-gradient(rgba(7, 18, 34, 0.60), rgba(9, 14, 26, 0.76)), url('../images/backgroundCollection.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow-y: auto;
    min-height: 100vh;
    height: auto;
    padding: 18px 0;
}

.flex {
    display: flex;
}

h1 {
    color: rgb(250, 250, 250);
    display: flex;
    justify-content: center;
    font-size: 3.5em;
    margin-top: 0px;
    margin-bottom: 10px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    user-select: none;
}

h2 {
    color: rgb(250, 250, 250);
    display: flex;
    font-size: 1.8em;
    justify-content: center;
    margin-bottom: 15px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    user-select: none;
}

hr {
    color: rgba(128, 128, 128, 0.25);
    width: 40%;
    margin: 0 auto;
}

a {
    color: rgb(250, 250, 250);
}

ul {
    padding-left: 0px;
}

li {
    color: rgb(250, 250, 250);
    display: flex;
    justify-content: center;
    list-style: none;
    font-size: 1.5em;
    margin-bottom: 5px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

button {
    background: rgba(0, 0, 0, 0);
    background-image: url('../images/blank.png');
    color: #a5afaa;
    border: 3.5px solid transparent;
    border-radius: .6em;
    padding: 2.8em;
    /* transition: all 0.2s; */
    background-repeat: no-repeat;
}

button:hover {
    border-color: #fff8cc;
    box-shadow: 0em 0em 1em 0em #fff8cc;
    cursor: url('../images/glove-lg.png'), auto;
}

footer {
    color: white;
    font-size: .8em;
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    bottom: 0;
}

.main {
    backdrop-filter: blur(1px);
    border: solid 2px #939388;
    border-radius: 10px;
    background-image: url(../images/texture.png);
    background-color: #0f0f3de8;
    box-shadow: 0 0.1em 0.3em 0.1em rgba(0, 0, 0, 0.6);
    margin: auto;
}

.inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 20px;
}

.decoration {
    outline: 2px solid rgba(128, 128, 128, 0.4);
    outline-offset: -5px;
    border-radius: 10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.box {
    background-color: #080824;
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    margin: 30px;
    padding: 1px;
    user-select: none;
}

.nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.navBtn {
    border: solid 2px #939388;
    background-image: none;
    background-color: #0f0f3d;
    width: 25em;
    box-shadow: 0 0.1em 0.3em 0.1em rgba(0, 0, 0, 0.6);
}

.navText {
    color: white;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2em;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    line-height: 0;
}

.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.secondMain {
    max-width: 900px;
}

.innerHome {
    margin-top: 0px;
    margin-bottom: 0px;
}

.headerPad {
    padding-top: 25px;
}

.trademark {
    margin-top: 5px;
    margin-bottom: 0px;
}

code {
    background: rgba(255,255,255,0.12);
    border-radius: 4px;
    padding: 0 4px;
}


/* Shared collection identity header */
.site-header {
    color: #fff;
    margin: 0 auto 14px;
    text-align: center;
    width: 100%;
}
.site-header h1 {
    display: block;
    font-size: 3.5em;
    line-height: 1.05;
    margin: 0 0 18px;
    padding: 0 12px;
    text-align: center;
}
.site-identity {
    color: #fff;
    font-size: 1.42rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 4px 0;
    text-align: center;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
.top-nav {
    gap: 12px;
    margin: 16px auto 24px;
    padding: 0;
}
.top-nav a {
    display: block;
    text-decoration: none;
}
.top-nav .navBtn {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 64px;
    padding: 0 18px;
}
.top-nav .navText {
    display: block;
    line-height: 1.15;
    text-align: center;
    width: 100%;
}
@media (max-width: 772px) {
    .site-header h1 { font-size: 3.05em; }
    .site-identity { font-size: 1.2rem; }
}
@media (max-width: 520px) {
    .site-header h1 { font-size: 2.5em; }
    .top-nav { gap: 8px; }
}
