body {
  background-image: url('https://sadhost.neocities.org/images/tiles/redweb.gif');
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.main-content { 
  margin-left: var(--sidebar-width);
  min-height: 100vh;
  transition: margin-left 0.3s ease;
  background: var(--background-color);
  flex: 1;
}

.sidebar {
  background-color: black;
  border-color: darkred;
  position: fixed;
  left: 0;
  top: 0;
  width: 150px;
  height: 100vh;
  box-sizing: border-box;
  padding: 10px;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#sidebar-image {
    position: relative;   
    top: 50px;          
    width: 150px;
    height: 150px;
    display: block;
    object-fit: cover;
}

#sidebar-p {
    font-family: "MS Gothic", sans-serif;
    color: white;
    font-size: 10px;
    text-align: center;
    letter-spacing: -1px;
    text-transform: lowercase;
    object-fit: cover;
    position: relative;
    top: 50px;
}

#sidebar-img1 {
    top: 30px;
    position: relative;
    font-family:"MS Gothic", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 1px 1px 5px darkred;
}

#sidebar-navyear {
    position: relative;
    color: darkred;
    font-family:"MS Gothic", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 12px;
}

#sidebar-navmonth {
    position: relative;
    font-family:"MS Gothic", sans-serif;
    font-size: 10px;
    text-transform: lowercase;
    margin-top: 6px;
}

#sidebar-navmonth:link {
    color: white;
}

#sidebar-navmonth:visited {
    color: darkmagenta;
}

#sidebar-navmonth:hover {
    color: orangered;
}

#sidebar-navmonth:active {
    color: darkorange;
}

#sidebar-img2,
#img2-text {
  max-width: 100%;
  text-align: center;
  white-space: nowrap; 
}

#sidebar-img2 {
    font-family:"MS Gothic", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 1px 1px 5px darkred;
    position: absolute;
    bottom: 0px;
}


#img2-text {
    position: relative;
    font-family:"MS Gothic", sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px darkred;
    color: white;
    text-decoration: none;
    letter-spacing: -1px;
}

#img2-text:link {
    color: white;
}

#img2-text:visited {
    color: rgb(139, 0, 0);
}

#img2-text:hover {
    color: orangered;
}

#img2-text:active {
    color: darkorange;
}

.content {
    background-color: rgb(0, 0, 0);
    color: white;
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px; 
    border: 2px solid darkred; 
    font-family: "MS Gothic", sans-serif;
    text-align: left;
    line-height: 1.6;
}

#content-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Spectral', Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    color: darkred;
    text-shadow: 1px 1px 5px darkred;
}

#content-img {
    width: 100px;
    height: 100px;
    position: relative;
    display: block;
    float: right;           
    margin-right: 16px;    
    margin-bottom: 8px;
    margin-top: -50px;    
    padding: 1px; 
    background: #171717; 
    border-right: 2px solid #170000;
    border-left: 2px solid #170000;
    border-top: 2px solid #170000;
    border-bottom: 2px solid #170000;
    box-shadow:
        0 6px 24px 0 rgba(60,0,10,0.95),  
        0 0 16px 4px rgba(120,0,0,0.6);    
    object-fit: cover; 
}

.content-container {
  font-size: 12px;
  overflow-y: auto;
  height: 50em;
  padding: 1rem;
  max-width: 75%;
  border-top: 2px solid rgb(60, 0, 10);
  box-shadow: 0 4px 20px 0 rgba(30,0,0,0.8);
  border-bottom: 2px solid rgb(137, 0, 23);
  margin-top: -50px;
  position: relative;
}

#content-song {
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-align: right;
    position: relative;
    top: 70px;
    left: 130px;
    font-family: "MS Gothic", sans-serif;  
}
#content-date {
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-align: right;
    margin-top: 10px;
    margin-bottom: -20px;
    font-family: "MS Gothic", sans-serif;
}

#towalove {
    position: fixed;
    bottom: -13px;      
    right: 0;       
    width: 233px;
    height: 400px;
    z-index: 1000;  
}

#deadplate {
    position: fixed;
    top: 34px;      
    left: 100px;  
    width: 200px;
    height: 200px;     
    z-index: 1000;  
}

#spiderweb {
    position: fixed;
    top: 30px;     
    transform: scaleX(-1);
    height: 148px;
    width: 312px;
    right: 0;  
    z-index: 1000;
}

