.contact-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  body {
    background-image: url('https://images.hdqwalls.com/download/guyun-stone-forest-genshin-impact-5k-r6-1920x1080.jpg');
    opacity: 0.75;
    background-size: cover;
    background-position: center center;
  }

  .contact-form {
    background-color: #fff;
    max-width: 800px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 50px;
  }

  .contact-form label {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }

  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
  }

  .contact-form textarea {
    height: 200px;
    resize: none;
  }

  .contact-form button[type="submit"] {
    background-color: #80c1f2;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
  }

  .contact-form button[type="submit"]:hover {
    background-color: #4d787f;
  }

  .contact-bg img {
    width: 400px;
    height: auto;
  }

.input-error {
    font-weight: lighter;
    font-size: smaller;
    color: rgb(172, 0, 0);
}
