
main {
    font-family: monospace;
}

.title li{
font-size: 20px;
}

.title {
  text-align: center;
  background: white;
  border: 2px solid #ccc;
  border-radius: 30px;
  margin: 10px 0;
  font-family: monospace, sans-serif;
  position: relative;

}

.backbutton {
  color: #520582;
}

.intro {
  font-family: 'BPnoScript';
  text-align: center;
  padding: 10px 0;
}

.cursor {
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}

.search-list {
  list-style: none;
  padding: 0;
}

.search-list li {
  background: white;
  border: 2px solid #ccc;
  border-radius: 20px;
  padding: 10px 15px;
  margin: 10px 0;
  font-family: monospace, sans-serif;
  position: relative;
}

/* optional: fake magnifying glass */
.search-list li::before {
  content: "🔍";
  position: absolute;
  left: 10px;
}

.search-list li {
  padding-left: 35px;
}

.search-list li {
  background: #f8f8f8;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.box {
  background-color: hsl(270, 48%, 83%);
  padding: 5%;
  height: fit-content;
  border-radius: 20px;
  box-shadow: 10px 10px 9px #cdecd0;
  border-right: solid #fdfffe;
  border-bottom: solid #fdfffe;
  
}



@media (max-width: 768px) {
 
 


    
}