.specilbox {
  background-color: white;
  width:50%;
  padding: 30px;
  margin: auto;
  border: 3px solid #9a80dc;
  border-radius: 18px;
   box-shadow: 10px 5px 5px rgba( 49, 27, 100, .1);
  min-width: 350px;
}

body {

	font-size: 18px;
	margin: 0;
  padding: 0px;
  background: #9a80dc;
  color: #5937a5;
  background-image: url("/images/stardustbg.webp");
font: Georgia, serif;
list-style: none;
}