<style>

details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
details summary::-webkit-details-marker {
  display: none;
}

details summary {
  width: 100%;
  padding-top: 0px;
    padding-left: 0px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 100;
  list-style: none;
}

details summary:after {
  content: "\227B";
      transform: rotate(0deg);
  color: black;
  position: absolute;
  font-size: 16px;
top:  1px;
  right: 285px;
  font-weight: 100;
  transform-origin: center;
  transition: 200ms linear;
}
details[open] summary:after {
  transform: rotate(450deg);
  font-size: 16px;
    content: ">";
    font-weight: 100;
      color: black;
    opacity: 100%;
}
details summary {
  outline: 0;
margin-top: -1px;
    margin-left: -3px;
}
details p {
  margin: 0 0 1rem;
  padding-top: 1rem;
  font-size: 13px;
  line-height: 13px;
}

/* accordion */

summary {
    width: 300px;
    cursor: pointer;
    color: #222222;
}

details {
    width: 300px;
    background-color: #eeeeee;
    border: 1px dashed #222222;
    padding: 1.5px;
    margin: 0px 0;
    color: #222222;
    font-weight: 100;
}

summary {
    width: 300px;
    font-weight: 100;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 7px;
    border-radius: 0px;
    cursor: pointer;
    color: #222222;
}

description {
    font-weight: 100;
    color: #cccccc;
    font-family: ncs;
}



/* DEFAULTS */
:root {
    --font-size: 10px;
    --sidebar-border: 1px solid #000000;
    --link-color: #8b002f;
    --bg-color: #ffffff;
    --text-color: #111111;
    --sidebar-bg: #ffffff;
    --content-bg: transparent;
    --content-padding: 0;
    --background-image: ;
}

/* FONTS */
@font-face {
    font-family: 'vicmonolightob';
    src: url(https://heck.computer/fonts/vicmonolightob.otf)
}

@font-face {
    font-family: 'nzs';
    src: url(https://heck.computer/fonts/nzs.ttf)
}

@font-face {
    font-family: 'vicmonolight';
    src: url(https://heck.computer/fonts/vicmonolight.otf)
}

@font-face {
    font-family: 'vicmonolightit';
    src: url(https://heck.computer/fonts/vicmonolightit.otf)
}

@font-face {
    font-family: 'maya';
    src: url(https://heck.computer/fonts/maya.ttf)
}

@font-face {
    font-family: 'ncs';
    src: url(https://heck.computer/fonts/ncs.ttf)
}

@font-face {
    font-family: 'cmunvi';
    src: url(https://heck.computer/fonts/cmunvi.woff)
}

@font-face {
    font-family: 'fsmr';
    src: url(https://heck.computer/fonts/fsmr.ttf)
}

@font-face {
    font-family: 'must';
    src: url(https://heck.computer/fonts/must.ttf)
}

/* main */
body {
    cursor: url('https://heck.computer/images/aisha.cur'), auto;
    margin: 0;
    font-size: 15px;
    font-family: ncs;
    line-height: 13px;
    font-weight: lighter;
    font-smooth: unset;
    letter-spacing: -.25px;
    color: #222222;
    background-color: #ffffff;
    align-content: center;
}

u{
text-decoration: underline solid #ffffff 2px;
    box-shadow: -0px 5px 5px -5px rgba(0, 0, 0, .13);
}
b{
    font-weight:600;
    color: #555;
}
i{
    
}

.highlight 
{
   background-color: #f8fe8f;
   display: inline;
    font-weight: 100;
   }
.highlightx 
{
   background-color: #f8fe8f;
    font-weight: 100;
   display:inline-flex;
    margin-top: 0px;
    margin-right: -8px;
}
.deets 
{
   background-color:transparent;
   display:inline;}

a {
    cursor: url('https://heck.computer/images/aisha.cur'), auto;
    color: #777777;
    text-decoration: none;
    text-decoration-style: wavy;
}

a:hover {
    cursor: url('https://heck.computer/images/aisha.cur'), auto;
    color: #444444;
    text-decoration: none;
    text-decoration-style: wavy;
    position: relative;
    bottom: 1.5px;
    background-color: transparent;

}

/* misc */

* {
    scrollbar-color: #000000 transparent;
    image-rendering: pixelated;
    font-smooth: unset;
}

::-moz-selection {
    text-shadow: -1.5px 0px 2.5px rgb(0, 0, 0, .75);
    color: rgb(0, 0, 0, .75);
    background-color: rgb(0, 0, 0, .035)
}

::selection {
    text-shadow: -1.5px 0px 2.5px rgb(0, 0, 0, .75);
    color: rgb(0, 0, 0, .75);
    background-color: rgb(0, 0, 0, .035)
}

body a[href^="http"]:where(:not([href*="heck.computer/"]))::after {
    content: "\2924";
    opacity: 0%;
    font-size: 1em;
}


/* everything inside this */
.wrapper {
    width: 750px;
    margin: 50px auto;
}

.sidebar-img,
.footer,
.title,
.links,
.box {
    margin-top: 10px;
}

.title,
.links,
.footer {
    text-align: center;
}

/* nav links */
.links ul {
    list-style-type: none;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    font-family: vicmonolightit;
}

.links ul a {
    text-decoration: none;
}

.links ul a:hover {
    list-style-type: none;
    color: #333333;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: cmunvi;
    text-decoration: none;
    text-shadow: -2.5px 0px 2.5px rgb(0, 0, 0, .5);
}

.links li {
    display: inline-block;
}

/* headers */

h1 {
    font-size: 24px;
    font-family: nzs;
    font-weight: 300;
}

h2 {
    font-size: 100px;
    color: #000000;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: nzs;
}

h2:after {
    content: " ";
    display: inherit;
    line-height: normal;
    margin: 0px;
}

h3 {
    font-size: 15px;
    font-family: vicmonolightit;
    font-weight: 100;
}

/* lists */

.links li:before {
    content: " ⋅ ";
}

.links li:after {
    content: " ⋅ | ";
}

.links .last:after {
    content: " ⋅";
}

.links li:before,
.links li:after {
    letter-spacing: 0.1em;
}


/* actually boxes */
.box {
    border: 1px dashed #000000;
    padding: 1em 1em;
    background-color: transparent;
}

/* inside the box */
.inner {
    border: 1px dotted black;
    padding: 0em 1em;
    background-color: #ffffff;
}

/* img overflow */
.box img,
.sidebar img {
    max-width: 100%;
    height: auto;
}

/* wraps sidebar */
.sidebar {
    width: 215px;
    float: right;
}

/* img container */
.sidebar-image {
    border: 1px dashed #000000;
}

/* no img padding */
.sidebar-image img {
    display: block;
}

/* middle wrapper */
.main-wrapper {
    margin-right: 225px;
}

/*Two columns by default. The "single-column" class can be added to make it one column.*/
.main {
    columns: 2;
    column-gap: 10px;
}

/*Make sure boxes don't spread over multiple columns.*/
.main .box {
    display: inline-block;
}

.single-column {
    columns: 1;
}

.footer {
    margin-bottom: 25px;
    width: 540px;
}

#s-m-t-tooltip {
    text-align: center;
    margin: 0px 0px 0px 24px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 4px;
    padding-top: 4px;
    border: 1px solid #999999;
    color: #000000;
    background-color: rgb(255, 255, 255, .93);
    font-size: 10px;
    height: auto;
    overflow: visible;
    text-shadow: 1px 0px 3px rgb(0, 0, 0, .25);
}


#statuscafe {
    background: ;
    border: 1px dashed #000000;
    text-align: center;
    box-sizing: border-box;
    margin: 0px auto;
    padding: 5px 25px;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 10px;
}

#statuscafe-username,
#statuscafe-username a {
    font-family: vicmonolight;
    font-size: 10px;
    display: inline-block;
    text-decoration: none;
}

#nowlisteningdate,
#listeninglabel {
    font-family: vicmonolight;
    font-size: 10px;
    display: inline;
    text-decoration: none;
}

#statuscafe-content,
#nowlistening {
    display: block;
    margin: auto;
    font-family: vicmonolight;
    font-size: 10px;
}

#listen {
    background: ;
    border: 1px dashed #000000;
    text-align: center;
    box-sizing: border-box;
    margin: 0px auto;
    padding: 5px 50px;
    position: relative;
    height: auto;
    font-size: 10px;
    width: auto;
}

.np {
    width: auto;
    margin: auto;
    background-color: rgba(204, 204, 204, .5);
    border: 1px dashed #000000;
}

.tracki {
    margin: auto;
    text-align: center;
    width: 150px;
}

img#trackart {
    width: 225px;
    height: 50px;
    object-fit: cover;
    margin: auto;
    text-align: center;
    padding: ;
}

@media(max-width:915px) {
    .wrapper {
        width: 95%;
    }

    .main-wrapper {
        width: calc(100% - 225px);
    }
}

@media (orientation: portrait),
(max-width: 480px) {
    .wrapper {
        width: 100%;
    }

    .main-wrapper,
    .sidebar,
    .footer {
        margin: 0 auto;
        width: 90%;
    }

    .sidebar {
        float: none;
        display: block;
    }

    .sidebar-image {
        margin: 0 auto;
        width: 33%;
        margin-top: 25px;
    }

    .sidebar .sidebar-image img {
        width: 100%;
    }

    .footer {
        margin-bottom: 25px;
    }

}

</style >
