/* variables */
:root {
  --text-color: white;
}

/* imports */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');

/* elements */
html::-webkit-scrollbar-track {
  background-color: #e7e7e7;
}

html::-webkit-scrollbar-thumb, html::-webkit-scrollbar-button {
  background-color: #bbbbbb;
  border: #e3e3e3FF outset 5px;
  color: black !important;
}

body {
  font-family: "Roboto Mono", monospace;
  background-color: #000fff;

  background-image: url('https://compote.slate.com/images/5e48cf3d-0992-4eda-a080-e00e07738b2f.jpg');
  background-repeat: no-repeat;
  background-size: cover;

  color: white;
}

body hr {
  background-color: #00000000;
}

audio::-webkit-media-controls-panel {
  background-color: #00000000;
}

button, input, textarea, select {
  color: var(--text-color);
  background-color: #2a2a2a50;
  border-radius: 5px;
  padding: 10px 25px;
  border: none;
  margin: 0px 2.5px;
}

p, h1, small, div {
  color: inherit;
}

a {
  text-decoration: none;
  color: #0070ff;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
  color: white;
}

/* classes */
/*
.headerTop > a {
  background-image: url('https://aaa.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.com/images/winx.png');
}

#song {
  display: none;
}
*/

.header {
  float: bottom;
}

.formerly {
  display: none;
}

.headerTop, .headerBottom {
  background-color: #20202050;
}

/*
.headerBottom {
  position: sticky;
  top: 100vh;
  
  background-color: #bbbbbb;
  border: #e3e3e3 outset 5px;
  width: inherit;
}
*/

.text1 {
  text-decoration: underline;
  color: inherit;
}

#smsg::before, #url::before, .contactInfoTop, #comments .info, .username, #blogTitle, #blogs > p {
  z-index: 99;

  font-size: 15px;

  background-image: url('https://files.xtract.space/meb/images/windows-x.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #000fff;
  
  border: none !important;
  text-align: left !important;
  color: white;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 5px;
}

.badge {
  width: 15px !important;
  z-index: 99;
}

.avatar {
  width: 226px !important;
}

.username {
  position: absolute;
  width: 216px;
  
  display: flex;
  gap: 5px;
}

.username::after {
  content: '';
  
  background-image: url('https://nollware.com/images/nollware-fav.png');
  width: 15px;
  height: 15px;
}

.status {
  position: absolute;
  margin-top: 15px;
  
  font-weight: bold;
}

.avatar {
  width: auto;
}

.profileInfo, .contactInfo, .url, #comments, #bio, #meet, .container #blogTitle, #blogs, #smsg {
  box-shadow: none;
  background-color: #bbbbbb;
  border: #e3e3e3 outset 5px;
  color: black !important;
  padding: 0;
}

.rightHandUserInfo .info {
  border: #e3e3e3 outset 5px;
 
  background-image: url('https://files.xtract.space/meb/images/windows-x.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #000fff;

  color: white;
}

#smsg, #url {
  display: flex;
  flex-direction: column;
}

#smsg::before, #url::before {
  width: inherit;
}

#smsg::before {
  content: 'Announcement';
}

#url::before {
  content: 'Url';
}

#siteTitle {
  color: #00000000;
  font-size: 0;
}

#siteTitle::before, #siteTitle::after {
  font-size: 15px;
}

#siteTitle::before {
  content: 'Windows ';
  color: white;
}

#siteTitle::after {
  content: 'X(tract)';
  color: orange;
}

#bio, #meet {
  border-top: 0px;
  padding: 5px;
}

#bio, .rightHandUserInfo .info {
  border-bottom: 0px;
}

#meet {
  margin-top: -20px;
}

#downloadButton {
  float: left;
  margin-right: 5px;
}

br {
  height: 0px;
}