body {
  background-color: #4169e1;
}

h1 {
	text-align: left;
	margin-left: 60px;
	color: #FFDF00;
	font-family: bookman old style;
	font-size: 40px;
	text-shadow: 
    -1.5px -1.5px 0 black,
     1.5px -1.5px 0 black,
    -1.5px  1.5px 0 black,
     1.5px  1.5px 0 black;

}
.rectangle1 {
      width: 1445px;
      height: 60px;
      background-color: #ffffff;
	  margin-top: -30px;
	  margin-left: -10px;
    }
	
.rectangle2 {
      width: 1455px;
      height: 30px;
      background-color: #ffffff;
	  margin-top: -25px;
	  margin-left: -10px;
	   border-bottom: 12px solid black;
    }
.my-textbox {
  margin-left: 1200px;
  margin-top: -40px;
  padding: 5px 5px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 15px;
  transition: 0.3s;
  position: absolute;
}
.btnh {
  padding: 3px 20px;
  border: none;
  color: #black;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  margin-left: 200px;
  margin-top: 2px;
  background: transparent;
  border: 2px solid #000000;
}
.btna {
  padding: 3px 20px;
  border: none;
  color: black;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  margin-left: 280px;
  margin-top: 2px;
  background: transparent;
  border: 2px solid #000000;
}
.btnt {
  padding: 3px 20px;
  border: none;
  color: black;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  margin-left: 378px;
  margin-top: 2px;
  background: transparent;
  border: 2px solid #000000;
}
.btng {
  padding: 3px 20px;
  border: none;
  color: black;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  margin-left: 455px;
  margin-top: 2px;
  background: transparent;
  border: 2px solid #000000;
}
.btnp {
  padding: 3px 20px;
  border: none;
  color: black;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  margin-left: 542px;
  margin-top: 2px;
  background: transparent;
  border: 2px solid #000000;
}
.btnb {
  padding: 3px 20px;
  border: none;
  color: black;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  margin-left: 625px;
  margin-top: 2px;
  background: transparent;
  border: 2px solid #000000;
}
.btnc{
  padding: 3px 20px;
  border: none;
  color: black;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  margin-left: 697px;
  margin-top: 2px;
  background: transparent;
  border: 2px solid #000000;
}
.btnc:active {
	transform: scale(0.85);
}
.btnr{
  padding: 3px 20px;
  border: none;
  color: white;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  margin-left: 1260px;
  margin-top: -8px;
  background: #4169e1;
  border: 2px solid #000000;
  transition: transform 0.99s;
  
}
.btnr-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.btnr:active {
	transform: scale(0.85);
}

.btnb:active {
	transform: scale(0.85);
}
.btnp:active {
	transform: scale(0.85);
}
.btng:active {
	transform: scale(0.85);
}
.btnt:active {
	transform: scale(0.85);
}
.btna:active {
	transform: scale(0.85);
}
.btnh:active {
	transform: scale(0.85);
}

.form-box {
  width: 285px;
  margin-left: 10px;
  margin-top: 50px;
  padding: 20px;
  background: #f4f4f4;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  text-align: center;
  font-family: Arial, sans-serif;
  position: absolute;
}

.form-box input {
  width: 250px;
  padding: 10px;
  margin-bottom: 10px;
  margin-left: -5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.form-box input:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0,123,255,0.5);
}

.form-box button {
  padding: 10px 115px;   /* Controls button size */
  border: none;
  background: #007bff;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;    /* Ensures text stays centered */
  display: block;
  margin: auto;          /* Keeps button centered in container */
  margin-left: 5px;
}

.form-box button:hover {
  background: #0056b3;
}
p{
	margin-left: -20px;
	margin-bottom:5px;
	margin-top: -10px;
	color: #00000;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  width: 275px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}
select:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0,123,255,0.5);
}

.slogan {
  font-size: 40px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 50px;
  margin-left: 450px;
}

.slogan span {
  color: #FFDF00;
}

.team-img {
  width: 700px;       /* Resize */
  position: relative;
  left: 180px;        /* Move right */
  top: -50px;          /* Move down */
}