@font-face {
  font-family: "twilightnewmoon";
  src: url("/fonts/twilightnewmoon.ttf") format("truetype");
}

.angelsallaroundimg {
  opacity: 0.5;
  position: fixed;
  top: 120px;
  left: 1100px;
  z-index: 0;
}

.witchimg img {
  width: 250px;
  height: 260px;
  opacity: 0.8;
  display: block;
}

.witchimg {
  flex-shrink: 0; 
}

body {
  color: #FFFFFF;
  font-size: 18px;
  font-family: courier;
  background: url("../images/LoveExposure.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
}

.title span {
  display: inline-block; 
  transition: transform 0.3s ease; 
  cursor: default; 
}

.title span:hover {
  transform: translateY(-10px); 
  color: #ff80f7;
  text-shadow: 0 0 30px rgba(246, 249, 255, 0.6), 0 0 30px rgba(246, 249, 255, 0.6);
}

.title {
  text-align: center;
  padding: 40px 20px 20px 20px;
  font-family: "twilightnewmoon", system-ui;
  color: #fc03a1;
  margin: 0 auto 2px auto;
  letter-spacing: 2px;
  left: 400px;
  max-width: 1000px;
  text-shadow: 0 0 10px rgba(0, 123, 255, 0.6), 0 0 20px rgba(0, 123, 255, 0.4);
}

.title h2 {
  font-size: 30px; 
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.3em;
}

.title h3 {
  font-size: 20px;
  text-align: center;
}

.layout {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 25px;
  padding: 20px 40px 40px 40px;
  max-width: 1000px;
  margin: 0 auto;
}

h4 {
  font-size: 30;
  font-family: "Verdana", system-ui;
}

.sidebar-column {
  display: flex;
  flex-direction: column;
  width: 300px;
  border-color: #fc03a1;
  border-style: solid;
  border-width: 3px;
}

.projects-column {
  display: flex;
  flex-direction: column;
  border-color: #fc03a1;
  border-style: dashed;
  border-width: 3px;
}

.project-details {
  text-align: center; 
}

.project-details2 {
  text-align: center; 
  color: #23fa5c;
}

.project-details span {
  display: inline-block; 
  transition: transform 0.3s ease; 
  cursor: default; 
}

.project-details span:hover {
  transform: translateY(-10px); 
  color: #fc03a1;
  text-shadow: 0 0 30px rgba(246, 249, 255, 0.6), 0 0 30px rgba(246, 249, 255, 0.6);
}

.project-details span2 {
  display: inline-block; 
  transition: transform 0.3s ease; 
  cursor: default; 
}

.project-details span2:hover {
  transform: translateY(-10px); 
  color: #ff80f7;
  text-shadow: 0 0 30px rgba(246, 249, 255, 0.6), 0 0 30px rgba(246, 249, 255, 0.6);
}

.project-details a {
  color: inherit;
  text-decoration: none;
}

/* visual: the glass panels inside each column */
.sidebar-panel,
.projects-panel {
  background: rgba(255, 182, 193, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;  
}

.projects-panel {
  width: 500px;
}

.contact-box,
.words-box,
.project {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px;
  max-height: 400px;
  overflow-y: auto;
  text-align: center;
}

.project-header {
  position: relative;
  height: 100px;
  overflow: hidden;
  margin-bottom: 15px;

  background-image: url("../images/your-title-image.jpg");
  background-size: cover;
  background-position: center;
}

.bottomtext {
  color: #84c1fa;
}
