body {
  background-color: rgba(35, 33, 74, 1);
  color: #B9B9B9;
  text-align: center; 
  overflow: hidden; 
  
}

.input {
  color: #B9B9B9;
  background-color: #eee; 
  margin-top: 60px;
  text-align: center; 
}

.submit {
  background-color: rgba(92, 5, 255, 0.99); 
  color: red; 
  padding: 10px;
  width: 90px;
}

.submit:hover {
  background-color: rgba(37, 21, 66, 0.99); 
}

.contacttt {
  color: white; 
  background-color: rgba(87, 82, 154, 0.99); 
  padding: 15px;
  width:90px; 
  text-decoration: none; 
  margin-top: 2px !important;
  text-align: center; 
  left: 5px; 
} 
