@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Parisienne&display=swap');

body {
  cursor: url('/ani852.cur'), auto;
  color: black;
  font-family: "Comic Neue", cursive;
  font-size: medium;
  background-image: url("https://lowenergygirl.neocities.org/images/309855e123504d0bb186041b4fe9e698.jpg");
  background-size: 500px;
  background-attachment: fixed;
}

.vhs-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url('https://lowenergygirl.neocities.org/images/vhs.png'); 
  background-size: 100px;
  opacity: 0.3; /* adjust for drama */
  mix-blend-mode: color-dodge;
  z-index: 9999;
}

.wrapper {
  max-width: 900px;
  min-height: 50vh;
  margin: 0 auto;
}

.top-banner {
  width: 100%;
  height: 50px;
  display:flex;
  justify-content:space-evenly;
}

.site-header {
  color: black;
  width: 100%;
  height: 250px;
  border-radius: 20px;
  display: flex;
  margin: 0 auto;
  padding: 0;
  margin-top: 1rem;
  image-position:
}

.site-header img {
  display: block;
  width: 100%;
  border-radius: 20px;
  border: 3.5px solid #98B5FF;
  height: auto;
  object-fit: cover;
}

.content-container-0 {
  display: flex;
  gap: 1rem;

}

.next-to-status {
  width: 55%;
  height: 100px;
  margin-top: 1rem;
  background-color:rgba(255, 255, 255, 0.1);
  border: 3.5px solid #98B5FF;
  border-radius: 20px;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
  background-image: url('https://lowenergygirl.neocities.org/images/23cbc50c226310be139dc63d79dbd677.jpg');
  background-size: 200px;
  backdrop-filter: blur(10px);
  box-shadow: inset 10px 10px 17px -4px rgba(1,1,1,0.5);
}

.next-to-status img {
  width: 170px;
  height: auto;
  padding: 10px;
  display:flex;
  justify-self: flex-end;
}

.status {
  width: 45%;
  height: 100px;
  margin-top: 1rem;
  background-color:rgba(255, 255, 255, 0.1);
  border: 3.5px solid #98B5FF;
  border-radius: 20px;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
  backdrop-filter: blur(10px);
  box-shadow: inset 10px 10px 17px -4px rgba(1,1,1,0.5);
  background-image: url('https://lowenergygirl.neocities.org/images/23cbc50c226310be139dc63d79dbd677.jpg');
  background-size: 200px;
  display:flex;
  flex-direction:column;
}

.status-container {
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;

}

.status-container img {
  width: 150px;
  height: auto;
  padding-left: 0;
  margin-top: -10px;
}

.latest-post {
  display: flex;
}

.latest-post:hover {
  font-style: italic;
}

.img-row {
  display: flex;
  justify-content:stretch;
  gap: 0.5rem;              
  margin-top: -1px; 
}

.grey-button {
  width: 31%;
  height: 25px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px black;
  background-color: rgb(214, 214, 214);
  border: 0.5px solid white;
  display:flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  margin-bottom: -5px;
}

.grey-button:hover {
  background-color: #98B5FF;
  color: #fff;
}


.content-container {
  display: flex;
  gap: 1rem;
  min-height: 50vh;
  margin-top: 1rem;
}

.sidebar {
  width: 20%;
  background-color:rgba(61, 44, 49, 0.4);
  border: 3.5px solid #98B5FF;
  border-radius: 20px;
  overflow: auto;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
  backdrop-filter: blur(0px);
  align-items: center;
  text-align: stretch;
  display:flex;
  flex-direction: column;
  color:white;
  font-size:1.5rem;
}

.sidebar img {
  min-width: 140px;
  margin-top: 0.5rem;
}

.sidebar-container {
display:flex;
width: 100%;
flex-direction:column;
align-items:center;
margin-top: 1rem;

}

.sidebar-container img {
  width: 140px;
}

.sidebar-header {
width: 100%;

}

.sidebar-header img {
  width: auto;
  min-width: 140px;
  height: auto;
  display: block;
  margin: auto;
  border: 0.2px dotted white;
}


.sidebar ul {
  list-style: none;
  color: white;
  padding: 0px;
  font-size: 2rem;
  display:flex;
  flex-direction:column;
  gap: 2rem;
  margin: auto;
  margin-top:1rem;
  
}

.sidebar li:hover {
  font-style: italic;
}

.sidebar li {
  

}

.main {
  width: 60%;
  background-color:rgba(61, 44, 49, 0.4);
  border: 3.5px solid #98B5FF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
  backdrop-filter: blur(0px);
  color: white;
}

.main-text {
  margin: 20px;
}

.main-container {
  margin:auto;
  width: 93%;
  height: 200px;
  margin-top: 1rem;
  background-color:rgba(255, 255, 255, 0.1);
  border: 3.5px solid #98B5FF;
  border-radius: 20px;
  background-image: url('https://lowenergygirl.neocities.org/images/23cbc50c226310be139dc63d79dbd677.jpg');
  background-size: 200px;
  box-shadow: inset 10px 10px 17px -4px rgba(1,1,1,0.5);
  color:black;
}

.main-container img {
  width: 80px;
  margin: 20px;
  margin-top: -15px;
}

.main-container img:hover {
  width: 90px;
}
.main-container-text {
margin: 20px;
width:60%;

}

.sidebar-right {
  width: 20%;
  background-color:rgba(61, 44, 49, 0.4);
  border: 3.5px solid #98B5FF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
}

