html {
    background-image: url("/home/backgrounds/aurora.jpg");
    background-size: cover;
    background-attachment: fixed;
}
    a:visited, a:link {
        color: #fa5f5f;
}

img {
    max-width: 100%;
}

details.left {
  list-style-position: inside;
  text-align: left;
  background-color: #fcfbfb;
  color: #4a4a4a;
  border: inset 4px;
  user-select: none;
}
details > summary {
    list-style-type: '◷ ';
    color: #000;
    text-align: left;
    font-size: 20px;
    padding-top: 5px;
}
details[open] > summary {
    list-style-type: '◶ ';
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #c5c5c5;
}

::-webkit-scrollbar-thumb {
    background: #fff;
    border: 1px solid #000;
}

::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

#body {
    position: relative;
    max-height: auto;
    max-width: 1000px;
    top: 40px;
    overflow: auto;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    background-color: #d3d4d4;
    border: solid;
    border-width: 20px 5px 5px 5px;
    border-color: #c8bcbc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 80px;
}
#body .content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

.nobaby-marquee,
.header-text,
.header-underline,
.lounge {
    flex-basis: 100%;
}

.header-text {
    position: relative;
    text-align: center;
    font-size: 40px;
    color: rgb(64, 63, 63);
}
.header-underline {
    border-top: solid #afaeae;
    padding-bottom: 20px;
}
