body {
  margin: 0;
  font-family: Arial;
  color: rebeccapurple;
}

figcaption {
  font-style: italic;
}

h1 {
  font-family: Arial;
  color: rebeccapurple;
  display: inline;
  vertical-align: top;
  font-size: 50px;
}

h2 {
  color: rebeccapurple;
  padding: 10px;
  margin: 0px;
  font-family: Arial;
}

table {

  font-family: Arial;
  border-style: solid;
  border-color: rebeccapurple;
}

td {

  font-family: Arial;
  font-weight: normal;
  border: 1px solid #dddddd;
}

label {
  font-family: Arial, Helvetica, sans-serif;
  color: rebeccapurple;


}

th {
  font-size: 20px;
  color: rebeccapurple;
  font-family: Arial;
  font-weight: bold;
}


.DropZone {
  background-color: #dddddd;
  background-image: url("../Images/DragDrop.png");
  text-align: center;
  color: brown;
  vertical-align: middle;
  font-family: Arial;
  background-position: center;
  border-style: solid;
  border-radius: 20px;
  background-repeat: no-repeat;
  width: fit-content;
  block-size: fit-content;
  min-width: 200px;
  min-height: 200px;
  margin: 0 auto;
  position: relative;
  content: "Drop Files Here"
}


.DropZone:has(img) {
  background-image: none;
  background-color: white;
  border: none;
  min-width: none;
  min-height: none;
  border-radius: none;
  content: none;
}

.DropZoneHolder {

  width: 75%;
  background-color: rgb(223, 225, 226);
  Padding: 25px;
  text-align: centre;
  vertical-align: middle;
}

.titleHolder {
  display: inline-block;
  margin-left: 20px;



}

.topbutton {
  text-decoration: none;
  margin: 0;
  margin-left: 20px;
  padding: 5px 10px;
  display: inline-block;
  font-family: Arial;
  color: rebeccapurple;
  border-radius: 25px;
  box-shadow: 5px 10px 8px #888888;
  text-shadow: none;
  white-space: nowrap;
}


.topbutton:hover {
  box-shadow: none;
  text-shadow: 5px 10px 8px #888888;
}

.topbutton:active {
  text-shadow: none;
  box-shadow: none;
}

p {
  color: gray;
  font-family: Arial;
  margin: 5px;
}

.header {
  border: 0;
  box-shadow: 5px 10px 8px #888888;
  width: 100%;
  padding: 10px;
  vertical-align: top;
}

.imageholder {
  display: inline-block;
  width: fit-content;
  height: auto;
}

.searchbar {
  vertical-align: middle;
  margin: auto;
  text-align: center;
  width: 50%;
  padding: 20px;
  border-style: solid;
  border-color: rebeccapurple;
  border-radius: 40px;
  box-sizing: content-box;
  top: 50%;

}

.input {
  margin: auto;
  text-align: center;
  width: 50%;
  padding: 20px;
  border-style: solid;
  border-color: rebeccapurple;
  border-radius: 40px;
  box-sizing: content-box;

}

.listing {
  background-color: gray;
  height: 200px;

}

.intro-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
  font-family: Arial;
  line-height: 1.6;
}

.intro-heading {
  font-size: 2em;
  margin-bottom: 20px;
  color: rebeccapurple;
}

.intro-paragraph {
  font-size: 1.1em;
  margin-top: 20px;
  color: gray;
}

.intro-cta {
  margin-top: 30px;
}

.cta-link {
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
  color: #0047ab;
}

.cta-link:hover {
  text-decoration: underline;
}