.middle {
  margin-left: 15px;
}

select {
  margin-left: 13%;
  color: white;
  border: none;
  background-color: black;
  font-size: 16px;
  width: 10%;
}

option {
  color: white;
  border: none;
  background-color: black;
}

.search {
  float: right;
  margin-right: 13%;
  color: white;
  border: none;
  border-bottom: solid white 1px;
  background-color: black;
  font-size: 16px;
  width: 20%;
}

.box {
  width: 75%;
  height: 70%;
  margin-left: 12.5%;
  margin-right: 12.5%;
  margin-top: 5%;
  margin-bottom: 10%;
  color: black;
  background-color: #FAF9F6;
  border-radius: 20px;
  box-shadow: 10px 10px 25px rgba(255, 0, 0, 0.541);
}

.heading {
  padding-top: 5%;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  font-size: 50px;
}

.date {
  font-family: 'Courier New', monospace;
  font-size: 15px;
  text-align: center;
  color: black;
  font-weight: bold;
}

.desc {
  margin: 5%;
  margin-right: 40%;
  margin-bottom: 12%;
  font-family: 'Courier New', monospace;
  font-size: 25px;
  text-align: left;
  color: #404040;
  font-weight: bold;
}

.SC {
  position: relative;
  bottom: 52%;
  left: 42%;
  font-size: 30px;
  background-color: #FAF9F6;
  color: black;
  font-family: 'Courier New', monospace;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 2px;
  transition: 0.9s;
}

.SC:hover {
  bottom: 54%;
  left: 40%;
  color: #FAF9F6;
  background-color: black;
  border-color: #FAF9F6;
}

.formimg {
  position: relative;
  bottom: 300px;
  left: 67%;
  width: 23%;
  height: 50%;
  border-radius: 20px;
}

.formfoot {
  position: relative;
  bottom: 415px;
  left: 45px;
  width: 3%;
  padding: 10px;
  transition: 0.7s;
}

.formfoot:hover {
  bottom: 440px;
}