#user-message {
  background-color: rgba(165, 195, 251, 0.697);
  border: none;
  border-radius: 8px;
  margin: 1rem;
  padding: 0.5rem;
}
#user-message:focus {
  background-color: rgb(0, 74, 210);
  color: white;
}
#user_contact_id:focus {
  background-color: rgb(197, 0, 0);
  color: white;
}
#user_contact_id {
  padding: 1rem;
  margin: 1rem;
  background-color: rgba(255, 141, 141, 0.341);
}
#user_name_id:focus {
  background-color: rgb(197, 0, 0);
  color: white;
}
#user_name_id {
  padding: 1rem;
  margin: 1rem;
  background-color: red;
  background-color: rgba(255, 141, 141, 0.341);
}
#contact-form-button {
  font-size: larger;
  background-color: greenyellow;
  padding: 0.5rem;
  border: none;
  border-radius: 8px;
}
#contact-form-button:hover {
  background-color: rgb(0, 244, 0);
}
#contact-form {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

#contact-form-id {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 8px;
}
