html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: whitesmoke;
  font-family: sans-serif;
}

body {
     background-image:
    url('https://angel404.neocities.org/images/gothic-occultism-seamless-pattern-vector-illustration_901408-10389.jpg');
      background-size: cover;
      background-position: center top;
      background-repeat: repeat;
      background-attachment: fixed;
      transform: none;
    }


h1 {
  font-size: 90px;
  text-align: center;
}

h2 {
  font-size: 30px;
}


.fleur-de-leah-regular {
  font-family: "Fleur De Leah", cursive;
  font-weight: 400;
  font-style: normal;
}

.the-girl-next-door-regular {
  font-family: "The Girl Next Door", cursive;
  font-weight: 400;
  font-style: normal;
}


.chat-box {
  background-color: #0b0b0b;
  padding: 15px;
  width: 400px;
  margin: 40px auto;
  box-shadow: 0 4px 10px darkred;
  color: white;
  border: 2px solid #660000;
}

.chat-header {
  background-color: darkred;
  color: whitesmoke;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  margin: -15px -15px 15px -15px;
  border: 2px solid red;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 2px solid #660000;
}


.status-card {
  position: absolute;
  top: 175px; 
  right: 150px;
  background-color: #0b0b0b;
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px darkred;
  width: 300px;
  z-index: 1000;
}

.status-card-header {
  background-color: darkred;
  color: whitesmoke;
  padding: 20px 30px;
  text-align: center;
  font-weight: bold;
  margin: -20px -30px 20px -30px;
  border: 2px solid red;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 2px solid #660000;
}


.status-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.status-item .label {
  font-weight: bold;
  color: lightslategray;
  display: flex;
  align-items: center;
  gap: 5px;
}

.status-item .value {
  color: whitesmoke;
  font-style: italic;
  margin: 5px;
} 
    
  
.polaroid-card {
  position: absolute;
  display: inline-block;
  background: white;
  padding: 10px 10px 40px 10px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  width: 250px;
  box-sizing: border-box;
  overflow: hidden;
  transform: rotate(-3deg);
  top: 20px;
  left: 30px;
}

.polaroid-pic {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  
}

 .polaroid-caption {
    margin-top: 8px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    font-family: 'Courier New', Courier, monospace
    };
    
  
 .umbreon {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 100px; 
  height: auto;
  z-index: 1000;
}

.umbreon img {
  width: 25%;
  height: auto;
  display: block;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  