@font-face {
    font-family: 'autourone';
    src: url('./fonts/autourone.woff2') format('woff2'),
         url('./fonts/autourone.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'underdog';
    src: url('./fonts/underdog.woff2') format('woff2'),
         url('./fonts/underdog.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    cursor: url(./neutral.png) 32 32, auto !important;
}

body {
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'underdog';
    font-size: 14px;
    background-color: white;
    cursor: url(./neutral.png) 32 32, auto !important;
}

* {
    cursor: url(./neutral.png) 32 32, auto !important;
}

.container {
    width: 400px;
    height: 500px;
    margin: auto;
    margin-top: 170px;
    position: relative;
    }

h1 {
    font-family: 'autourone';
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: normal;
    line-height: 42px;
    }

.subtitle {
    font-size: 13px;
    }

.white {
    border: 1px solid #000;
    padding: 12px;
    margin: 6px 0;
    background-color: white;
    }

.banner {
    height: 120px;
    border: 1px solid black;
    background: #666;
    text-align: end;
    padding: 12px;
    background-image: url(../files/splashbanner.jpg);
    background-position: 1px;
    background-size: cover;
    color: #EEE;
    font-size: 10px;
    }

.nav a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    margin-top: 12px;
  border-bottom: 1px dotted black;
}

.nav a:hover {
  cursor: url(./hover.png) 32 32, auto !important;
}

.updates {
    width: 340px;
    margin-left: 60px;
    overflow: hidden;
    height: 14px;
    }

.update {
    display: inline;
    margin-right: 24px;
    }

.item-desc {
    font-size: 12px;
    }

.container > img.splash-image {
    position: absolute;
    height: 670px;
    top: -130px;
    pointer-events: none;
    left: -310px;
    border: 1px solid white;
    }

.title {
    margin-left: 110px;
    }

.toggle summary {
  cursor: url(./hover.png) 32 32, pointer !important;
  text-align: center;
  padding: 0;
  user-select: none;
  margin: 0 auto;
  width: fit-content;
}

.toggle summary::-webkit-details-marker {
  display: none;
}

#webrings {
    text-align: center;
}

#webrings a {
  cursor: url(./hover.png) 32 32, pointer !important;
}

footer {
    text-align: center;
}

.secret {
    display: block;
    position: static;
    pointer-events: auto;
    margin: 0 auto 0;
    }

footer p {
    margin: 0;
    }

.toggle {
    margin: 0;
    }