@import url('https://fonts.googleapis.com/css?family=Cherry Bomb One|Itim|Sour Gummy|Silkscreen|Chicle');


body {
  margin: 0;
  text-align: justify;
  color: #000;
  font-family: Verdana;
  font-size: 10px;
  line-height: 12px;
  background-color: #e5e5e5;
  background-image: url(https://heathersaturnia.neocities.org/Mutt/Rainbow_Pulses2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top-left;
  background-size: cover;
  cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/ius8jk.gif"), default;
  overflow-x: hidden;
}

a {
  color: #003399;
  text-decoration: none;
  font-family: Verdana;
  font-size: 10px;
}

a:hover {
  color: #000;
  cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/flvo2h.gif"), default;
}

#page-wrapper {
  width: 870px;
  margin-left: 5px;
  margin-right: 0;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}


#sidebar {
  width: 320px;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
}

#main {
  flex: 1;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}

#myspaceheader {
  width: 870px;
  height: 40px;
  background-color: #003399;
  margin-left: 5px;
  margin-right: 0;
}

#navigation {
  width: 870px;
  height: 15px;
  background-color: #6697cf;
  margin-left: 5px;
  margin-right: 0;
}


/* SIDEBOXES */
#sidebox {
  border-top: 20px solid #6699cc;
  border-left: 2px solid #6699cc;
  border-right: 2px solid #6699cc;
  border-bottom: 2px solid #6699cc;
  background-color: #fff;
  width: 300px;
  padding: 0;
  margin-bottom: 10px;
}

#sidebox b {
  color: #39658c;
}


.interest-section,
.detail-section {
  margin-bottom: 2px;
}

.header {
  background-color: #6697cf;
  height: 15px;
  padding: 0 6px;
  display: flex;
  align-items: center;

}

.header h5 {
  margin: 0;
  padding: 0 0 3px 0;
  font-size: 15px;
  line-height: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.header h5 img {
  height: 20px;
  width: auto;
  flex-shrink: 0;
  margin-top: -2px;
}



.interest-table,
.detail-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1px;
  padding: 2px;
}

.interest-table tr,
.detail-table tr {
  background-color: #B0CFF0;
}

.sidebox-left {
  width: 95px;
  text-align: left;
  background-color: #B0CFF0;
  font-family: 'Sour Gummy';
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 4px;

}

.sidebox-left img {
  height: 20px;
  width: auto;
  margin: 0;
  display: block;
}

.sidebox-right {
  background-color: #D3E7FB;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  word-break: break-word;
  white-space: normal; 
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;        
  text-align: left; 
}




#extended-network {
  width: 250px;
  margin: 0 60px;
  text-align: center;
}


#about-me {
  width: 100%;
}

#about-me img {
  width: 100%;
}

#stamps {
  width: 100%;
}


#header3 {
  padding: 4px;
  width: 400px;
  height: 55px;
  border: 2px solid #000;
  background-image: url(https://heathersaturnia.neocities.org/Mutt/Rainbow_Pulses2.jpg);
  background-size: 420px;
  background-position: center bottom;
  font-family: Sour Gummy;
  font-size: 22px;
  color: #000000;
  display: flex;            
  justify-content: center; 
  align-items: center;      
  text-align: center;       
}


#header1 {
  padding: 4px;
  background-color: #ffcc99;
  width: 100%;
}

#header2 {
  padding: 4px;
  width: 100%;
}

.popup {
  position: relative;
  display: inline-block;
}


.popuptext {
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}


.popuptext.show {
  visibility: visible;
}


.linktab-container {
  background-color: white;
  border: 5px solid #6697cf;
  max-width: 90%;
  width: 420px;
  height: auto;
  overflow: hidden;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
}


.linktab-header {
  background-color: #ffcc99;
  color: #ff6600;
  padding: 6px 10px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/br2e3n.gif"), default;
}


.linktab-x {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.25);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/br2e3n.gif"), default;
}

.linktab-x:hover {
  background: rgba(0, 0, 0, 0.4);
}


.linktab-body {
  padding: 10px;
  overflow: auto;
  max-height: calc(80vh - 60px);
  cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/br2e3n.gif"), default;
}


h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 18px;
  font-family: Sour Gummy;
  font-weight: bold;
}

h4 {
  font-size: 14px;
  font-family: "Sour Gummy";
  font-weight: bold;
  color: #ff6600;
}

h5 {
  font-size: 15px;
  font-family: 'Sour Gummy';
  font-weight: bold;
  color: #ffffff;
}

.item {
  background: transparent;
  border: none;
  color: #003399;
  text-decoration: underline;
  font-size: 13px;
  cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/flvo2h.gif"), default;
}

#about-columns {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  width: 100%;
}

.about-col {
  flex: 1;
  padding: 6px;
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.3;
}

.about-col h5 {
  margin: 0 0 5px 0;
  font-family: 'Sour Gummy';
  font-size: 15px;
  color: #39658c;
  text-align: center;
  text-decoration: underline;
}

.about-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-col ul li {
  margin-bottom: 3px;
}

.skills li b {
  color: #39658c;
}
.skills i {
  font-size: 8px;
  margin-right: 2px;
  color: #39658c; 
}

.skills li {
  margin-bottom: 4px;
}

.loves-list,
.hates-list {
  list-style: none;
  padding: 0;
  margin: 0;
}


.loves-list li {
  padding-left: 20px;
  background: url("https://heathersaturnia.neocities.org/Mutt/pxls/moods/f1755854.gif") no-repeat left center;
  background-size: 20px 20px; 
  margin-bottom: 4px;
}


.hates-list li {
  padding-left: 20px;
  background: url("https://heathersaturnia.neocities.org/Mutt/pxls/moods/f1755855.gif") no-repeat left center;
  background-size: 20px 20px;
  margin-bottom: 4px;
}
.section-title {
  display: flex;
  align-items: center;
  gap: 4px; 
  margin: 0 0 5px 0;
  font-family: 'Sour Gummy';
  font-size: 15px;
  color: #39658c;
}

.section-title img {
  height: 16px;  
  width: auto;
  flex-shrink: 0; 
}
#favorite-outfits {
width: 100%;
}

#favorite-outfits .section-title {
  margin-bottom: 8px;
  text-decoration: underline;

}
.outfit-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
}
.outfit-row img {
  height: 250px;
  width: auto;
  display: block;
}


