body {
    font-family: Tahoma;
    background: linear-gradient(45deg, #94bdff, #2779ff);
}
.background {
    filter: opacity(0.2);
    position: absolute;
    height: 99vh;
    width: 99%;
  background: url(expressions/1.gif);
    background-repeat: repeat;
    animation: scroll-diagonal 30s linear infinite;
}
@keyframes scroll-diagonal {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px -1000px;
  }
}
.page {
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.page * {
  pointer-events: auto;
}
.top, .top marquee {
    border-radius: 9999px;
}
.top {
    position: relative;
    padding: 10px;
    border: 2px solid white;
    background: #336fccd0;
    margin-bottom: 20px;
}
.top marquee {
    text-shadow: -4px 4px #03307994;
    color: white;
    font-style: italic;
    font-size: 50px;
    font-weight: bold;
}
.box.active {
    border: 2px solid #7db1fb;
    background: linear-gradient(137deg, #5297f9, #5297f9, #326dca);
    z-index: 9999;
}
.box {
    border: 2px solid #567dba;
    background: #2c60b2;
    position: absolute;
    padding: 0 10px 10px;
    width: fit-content;
    height: fit-content;
}
.justj.contents, .audio.contents {
    background: transparent;
    padding: 0;
}
.audio.contents {
    padding: 0;
}
.contents.interests {
    scrollbar-width: none;
    overflow: scroll;
    height: 470px;
}
.contents {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: white;
    height: fit-content;
}
.header {
    display: block;
    padding: 3px 0 3px 0;
    font-weight: bold;
    color: white;
}
.justj img {
    filter: brightness(2);
}
.interests img {
    padding-top: 20px;
}
.blinks img {
    width: fit-content;
    padding-bottom: 10px;
}
b {
    font-size: large;
}
.err txt {
    display: inline-block;
    padding-left: 8px;
    font-size: 14px;
}
