 @font-face {
  font-family: 'RetroMSDOS'; 
  src: url('fonts/Web437_DOS-V_re_JPN24.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: "Pixelated MS Sans Serif";
    src: url("https://unpkg.com/98.css/dist/ms_sans_serif.woff2") format("woff2");
}
.title-bar-controls button[aria-label="Minimize"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 0h6v2H0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom 3px left 4px;
}
.title-bar-controls button[aria-label="Maximize"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0H0v9h9V0zM8 2H1v6h7V2z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top 2px left 3px;
}
.title-bar-controls button[aria-label="Close"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h2v1h1v1h2V1h1V0h2v1H7v1H6v1H5v1h1v1h1v1h1v1H6V6H5V5H3v1H2v1H0V6h1V5h1V4h1V3H2V2H1V1H0V0z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top 3px left 4px;
}
html{ 
  overflow-x:hidden;
}
body{
  background-color: #100C0C;
  background-image: url('https://cepheus.neocities.org/vessel/jupiter/repeatpart.png');
  background-repeat:repeat-x;
  overflow-x:hidden;
font-family:'RetroMSDOS', monospace;
font-size:  0.85vw;
letter-spacing: 2px;
color: white;
}
#statuscafe {
    padding: .5em;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}
.marquee-container {
  width: 90%;
  overflow: hidden; 
  white-space: nowrap;
  border-top: 1px solid blue; 
  border-bottom: 1px solid blue;
  padding: 10px 0;
}
.marquee-content {
  display: inline-block;
  padding-left: 90%; 
  animation: scroll-left 20s linear infinite; 
}
@keyframes scroll-left {
  0%   { transform: translateX(0); }
  90% { transform: translateX(-100%); }
}
.marquee-content img {
  margin-right: 15px; 
  vertical-align: middle;
}


#player-container {
    position: absolute;
    top: 20px;
    left: 16px;
    z-index: 999;
    cursor: pointer;
    transition: transform 0.2s; 
}

#player-container:hover {
    transform: scale(1.1);
}

#player-icon {
    width: 40px;  
    height: auto;
    
}
#win-98 {
    background: #c0c0c0 !important;
    font-family: "Pixelated MS Sans Serif", "Arial", sans-serif; 
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff;
    padding: 3px;
    top: 310px;
    right: 350px;
    width: 290px;
    display: block;
    margin: -60px auto; 
    position: relative;
    z-index: 1000;
}

#win-98 .title-bar {
    background: linear-gradient(90deg, navy, #1084d0);
    padding: 3px 2px 3px 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#win-98 .title-bar-text {
    font-family: "Pixelated MS Sans Serif", Arial, sans-serif !important;
    color: white;
    font-size: 22px;
    margin-right: 24px;
}

#win-98 .title-bar-controls {
    display: flex;
}

#win-98 .title-bar-controls button {
    padding: 0;
    display: block;
    min-width: 19px;
    min-height: 16px;
    background: #c0c0c0;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
    border: none;
    margin-left: 2px;
}

#win-98 .window-body {
    font-family: "Pixelated MS Sans Serif", Arial, sans-serif !important;
    margin: 8px;
    color: #000;
    font-size: 18px;
    text-align: center;
}
#win-98 .title-bar-controls button[aria-label="Minimize"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 0h6v2H0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom 4px left 5px;
}

#win-98 .title-bar-controls button[aria-label="Maximize"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0H0v9h9V0zM8 2H1v6h7V2z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top 3px left 5px;
}

#win-98 .title-bar-controls button[aria-label="Close"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h2v1h1v1h2V1h1V0h2v1H7v1H6v1H5v1h1v1h1v1h1v1H6V6H5V5H3v1H2v1H0V6h1V5h1V4h1V3H2V2H1V1H0V0z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top 3px left 5px;
}
.window {
    background: #c0c0c0 !important;
    position: absolute;
    padding: 3px;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
    display: flex;
    flex-direction: column;
}

.title-bar {
    background: linear-gradient(90deg, navy, #1084d0);
    padding: 3px 2px 3px 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-family: "Pixelated MS Sans Serif", Arial, sans-serif;
}

.title-bar-text {
    font-weight: bold;
    font-size: 11px;
}

.window-body {
    margin: 8px;
    font-family: "Pixelated MS Sans Serif", Arial, sans-serif;
    font-size: 12px;
    color: black;
}
.title-bar-controls {
    display: flex;
}

.title-bar-controls button {
    width: 16px;
    height: 14px;
    background: #c0c0c0;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff;
    border: none;
    margin-left: 2px;
}
#art-square {
  position: absolute;
  top: 400px;        
  left: 540px;        
  z-index: 10;        
}
#gif-square {
  position: absolute;
  top: 530px;        
  left: 400px;        
  z-index: 10;        
}

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800&display=swap" rel="stylesheet"> 
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<!-------MUSIC PLAYER BY GLENTHEMES------->
<script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
 /*-------MUSIC PLAYER BY GLENTHEMES-------*/
#glenplayer02 {
position:relative;
top:0px;
left:5px;
display:flex;
z-index:99;
}
#glenplayer02 a {text-decoration:none;}
 
#glenplayer02 > div 
{
align-self:center;
-webkit-align-self:center;
}
.music-controls {
user-select:none;
-webkit-user-select:none;
width:13px;
font-size:18px;
cursor:pointer;
}
 
.playy, .pausee {color:#F6D5F0; text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;} /* color of play & pause buttons */
 
.pausee {display:none;}
 
.sonata {
margin-left:10px;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-size:14px;
color:#F6D5F0;
font-weight: bold;
text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0; /* color of music note symbol */
}
 
.labeltext {
margin-left:0px;
position: relative;
bottom:10px;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-size:14px;
color:#F6D5F0;
font-weight: bold;
text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;/* color of song title */
}

.head{
  display:contents;}

.head img{
  opacity: 1;}

#head1{
 position: absolute;
 margin: 0;
 padding:0;
 top:0px;
 left:0px;
}

#head2{
 position: absolute;
 margin: 0;
 padding:0;
 top:0px;
 left:500px;
}

#head3{
 position: absolute;
 margin: 0;
 padding:0;
 top:0px;
 left:1000px;
}

#head4{
 position: absolute;
 margin: 0;
 padding:0;
 top:0px;
 left:1500px;
}

#head5{
 position: absolute;
 margin: 0;
 padding:0;
 top:0px;
 left:2000px;
}

a{
  text-decoration:none;
  color: white;
  border-bottom: 2px solid #7600DB;
  -moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;}
  
a:hover{
  border-bottom: 2px solid #7600DB;
  letter-spacing: 4px;
  -moz-transition:.7s;
-webkit-transition:.7s;
transition:.7s;
}

#box{
position:absolute;
border: 0px solid black;
top: 380px;
left: 245px;
width: 240px;
font-family:georgia;
font-size:  0.75vw;
height: auto;
max-height: 350px;
overflow-y: auto;
overflow-x:hidden;
letter-spacing: 2px;
color: black;
margin: 0;
padding: 5px;
border: 1px solid #f3e2b5;
}

h1{
  text-align:center;
  margin:0;
  padding:0;
  font-family:'RetroMSDOS';
  font-size: 1.9vw;
  color: white;
  letter-spacing:1px;
  font-weight:normal;
  line-height: 1.9vw;
  border-bottom: 2px solid #7600DB;
}  
h2{
  text-align:center;
  margin:0;
  padding:0;
  font-family:'RetroMSDOS';
  font-size: 30px;
  color: white;
  letter-spacing:1px;
  font-weight:normal;
  line-height: 22px;
  border-bottom: 2px solid #7600DB;
}  
h3{
  text-align:right;
  margin-top: 0.694vw;
  margin-bottom: 0.694vw;
  padding: 0.694vw;
  font-weight:normal;
  background: #eee;
}

h3 u{
 text-decoration: underline; 
}

::-moz-selection { 
  color: white;
  background: #7600DB;
  text-shadow: 0px 0px 2px white;
}

::selection {
  color: white;
  background: #7600DB;
  text-shadow: 0px 0px 2px white;
}
  
#blog{
 margin: 0 auto;
 width: 85%;
 padding:0;
 margin-top: 836px;
 margin-bottom: 10%;
}

#content{
width: 70%;
margin: 14px;
float:left;
}
#side{
 width: 25%;
 float:right;
 margin: 10px;
 padding:0;
}

.sidebox{
 margin-bottom: 30px; 
 padding-bottom: 10px;
 padding-top: 10px;
 border-bottom: 1px solid #eee;
}

#footer{
 width: 100%;
 float:left;
 margin: 10px;
 text-align:center;
 font-size: 1.2vw; 
 border-top: 2px solid #7600DB;
 margin-top: 50px;
}

.nav{
  margin:0;
  padding:0;
  text-align:center;
  width:100%;
  margin-bottom: 40px; 
 padding-right: 10px;
 padding-left:0;
 padding-top:15px;
 padding-bottom: 9px;
 border-bottom: 1px solid #eee;
}

.nav a{
  border: 1px solid black;
  display: inline-block;
  padding:5px;
  text-align:center;
  width: 40%;
  margin-bottom:6px;
  font-size: 0.9vw;
  -moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;}

.nav a:hover{
 -moz-transition:.5s;
 letter-spacing:2px;
-webkit-transition:.5s;
transition:.5s;
color:white;
background: #7600DB;
border: 1px solid #f3e2b5;
text-shadow: 0px 0px 2px white;
}
  
  
  .tags{
  margin:0;
  padding:0;
  text-align:center;
  width:100%;
  margin-bottom: 40px; 
 padding-right: 10px;
 padding-left: 10px;
 padding-top:15px;
 padding-bottom: 9px;
 border-bottom: 0px solid #eee;
}

.tags a{
  border: 0px solid black;
  display: inline-block;
  padding:0.470vw;
  text-align:center;
  width: 30%;
  margin-bottom:0.417vw;
  font-size: 0.9vw;}
  
  .tags a:hover{
 -moz-transition:.5s;
 letter-spacing:2px;
-webkit-transition:.5s;
transition:.5s;
color:white;
background: ;
border: 0px solid #f3e2b5;
  text-shadow: 0px 0px 2px white;
}

.post{
  padding-bottom: 1.389vw;
  margin-bottom: 2.778vw;
  border-bottom: 1px solid #eee;}

img{
  opacity:;
  -moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;}

img:hover{
  opacity: ;
  -moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;}

.tab-content {
  float: left;
  width: 100%;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}
.tab-content > .active {
  display: block;
}
  
.soc, .soc:hover{
  border:none;}
  
blockquote{
  border: 3.5px double #ffb200;
  padding: 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

ul{
  list-style-type:square;
  list-style-image: url('https://cepheus.neocities.org/vessel/jupiter/flowerbullet.gif');
}
  ::-webkit-scrollbar {
    width: 7px;
    background:#7600DB;
    
    border: 1px solid #f3e2b5;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,255,1); 
    border-radius: 0px;
    
}

::-webkit-scrollbar-thumb {
  
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5); 
    background: #fff;
    
    border: 1px solid #f3e2b5;
} 

strong, b{
 color:#ffb200; 
}

i, em{
  color: #aaa;}

u{
text-decoration-line: underline;
  text-decoration-style: double;}
  
  .avatar{
      opacity: 0.7;
  -moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
float:left;
width: 7vw;
height: 9vw;
margin: 3px;
background: url('https://picsum.photos/400/600')}

.avatar:hover{
  opacity: 1;
  -moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;}

.med, .med img{
  width:2.222vw; height:2.222vw; margin: 0; padding: 0;}

.mob{display:none;}

</style>

<style>
@media only screen and (min-width: 751px) and (max-width: 950px){
 #content{
width: 70%;
margin: 5px;
float:left;}

#side{
 width: 23%;
 float:right;
 margin: 10px;
 padding:0;
} 
  
}
</style>

<style>
@media only screen and (max-width: 750px) 
{

html
{
width:100%;
margin:0;
padding:0;
border-top: 50px solid #ffb200;
}

body{
  width:95%;
  margin: 0 auto;
  background: white;
  padding: 0;
  font-size: 20px;
}

  
#box{
  position:static;
  display:block;
  margin: 0 auto;
  padding: 0;
  border: none;
  width: auto;
  height: auto;
  max-height: none;
  font-size:inherit;
  margin-top:20px;
  margin-bottom: 20px;
}

.nav, .tags{width: auto; text-align:center; margin: 0 auto; }

.nav a, .tags a{
  text-align:center;margin-left: 10px;
  width: auto;
  font-size: 25px;
display:block;}

#blog{
  width: auto;
  margin: 0px auto;
  padding:0;}
  
#content{
  width:auto;
  padding:0px;
  margin: 0 auto;
}

#side{
  width: auto;
  margin: 2;
  padding:0;
}

#footer{
 width: auto;
 margin: 0;
 padding: 0.747vw;
 padding-right: 1.5vw;
 font-size: inherit;
}

img{
  max-width: 100%;}

.soc img{
 width: 100%; 
}
  
h1, h2{
  font-size: 40px;
  line-height: 30px;}
  
.avatar{
  width: 150px;
  height: 250px;
  }
  
#blog{
  display:contents;
}
  
  .med, .med img{
    width: 10.472vw;
    display: inline;
    height:10.472vw;}
  
.mobhide{
  display:none;}
  
.mob{display:block; width: 98%; margin: 0 auto;}

.head{
  display:none;
}

