body {
  background-image: url("./Home_files/view_over_east_orleans.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: Helvetica, Arial, Sans-Serif;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 5px;
  margin-bottom: 5px;
}

form {
  color: #ffffff; /* White text */
  font-family: Helvetica, Arial, sans-serif; /* Helvetica font */
}

form input:focus {
  border-color: #333333; /* Darker border color */
}

#formbackground {
  background-color: rgba(15, 78, 225, 0.65); /* Transparent blue background */
  padding: 15px;
  width: 40%;
  border-radius: 10px; /* Border radius of 10 pixels */
  position: fixed;
  bottom: 20px; /* You can adjust this value to control the vertical position */
  right: 20px; /* You can adjust this value to control the horizontal position */
}
