a {
    text-decoration-style: dotted !important;
    text-decoration-thickness: 0.05em;
}
main {
    width: 37em;
    display: block;
    position: relative;
    margin: 4em auto 0 auto;
}
main .inner {
    height: 35em;
    overflow-y: auto;
    overflow-x: hidden;
}
#head {
    background: linear-gradient(90deg,rgba(240, 236, 162, 1) 0%, rgba(240, 236, 162, 1) 70%, rgba(165, 243, 230, 1) 98%);
    width: 100%;
    border-radius: 1.75em 0 0 1.75em;
    display: block;
    position: sticky;
    top: 1em;
    margin: 0.1em auto 0.1em 0.5em;
    padding: 0;
    overflow: hidden;
    border: 2px solid #A5F3E6;
}
#head h1 {
    font-size: 1.5em;
    font-family: owb;
    letter-spacing: 0.1em;
    font-weight: normal;
    color: #361D2E;
    font-weight: bold;
    margin: 0.5em auto 0.25em 0.5em;
}
#head h1::before {
    content: 'a';
    font-family: starshine;
    margin: auto 0.25em auto auto;
}
hr {
    height: 3px;
    background-color: #A5F3E6;
    border: none!important;
    width: 110%;
    margin: 0;
}
#head p {
    font-family: owb;
    font-style: italic;
    margin: 0.6em auto 0.8em 1.5em;
    font-weight: bold;
    color: #361D2E;
    font-size: 0.9em;
}
main p {
    margin: 1.4em 1em 0;
    line-height: 1.1em;
    text-transform: lowercase;
}
main p:last-child {
    margin: 1.4em 1em 1em;
}
main .inner img {
    max-width: 80%;
    margin: 1em auto 0;
    display: block;
}
#back {
    font-family: starshine;
    font-size: 3em;
    background-image: url("https://novalite.rest/siteImage/starbgh.gif");
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #361D2E;
    filter: drop-shadow(1px 1px 0 #F0ECA2) drop-shadow(-1px 1px 0 #F0ECA2) drop-shadow(0 -1px 0 #F0ECA2) drop-shadow(1px 0 #F0ECA2);
    position: relative;
    z-index: 999;
    letter-spacing: 0.15em;
    width: fit-content;
    text-decoration: none!important;
    margin: 0.2em auto;
    display: block;
    text-align: center;
    transform-origin: center;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.22, 2.06, .11, .69);
}
#back:hover {
    cursor: pointer;
    scale: 103%;
    rotate: 2deg;
    letter-spacing: 0.2em;
}