

body {
    background-color: black; /* Background image URL */
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  
  .image {
    width: 50%;
    text-align: center;
    margin-right: 100px;
  }
  
  .image img {
    max-width: 50%;
  }
  
  .spin-zoom {
    animation: spin-zoom 4s linear forwards;
  }

@font-face
{
    font-family: myfont;
    src:url(Blessed.ttf);
}

Blessed{
    font-family: myfont;
}


  
  @keyframes spin-zoom {
    0% {
      transform: rotate(0deg) scale(1);
    }
    50% {
      transform: rotate(360deg) scale(1.5);
    }
    100% {
      transform: rotate(360deg) scale(2.5);
    }
   
    
    
  }
  
  .form {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px;
    border-radius: 100px;
  }
  
  h1 {
    text-align: center;
  }
  
  form {
    display: flex;
    flex-direction: column;
  }
  
  input[type="text"],
  input[type="email"],
  textarea {
    margin-bottom: 20px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    border-radius: 10px;
  }
  
  input[type="submit"] {
    background-color: #008080;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
  }
  
  button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
  }

  button8 {
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    background: none;
    border: none;
    color: #fff;
    outline: none;
    cursor: pointer;
  }
  
  button img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
  }
  


  /* Styles for small screens */
@media only screen and (max-width: 600px) {
    body {
      background-color: rgb(0, 0, 0);
    }
  
    .container {
      width: 100%;
      height: auto;
      padding: 50px;
    }
  
    .image {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
    }
  
    .image img {
      max-width: 100%;
    }
  
    .form {
      width: 100%;
      padding: 30px;
      border-radius: 30px;
    }
  
    input[type="text"],
    input[type="email"],
    textarea {
      margin-bottom: 10px;
      padding: 8px;
      font-size: 1rem;
      border-radius: 5px;
    }
  
    input[type="submit"] {
      background-color: #008080;
      color: #fff;
      border: none;
      border-radius: 5px;
      padding: 8px;
      font-size: 1rem;
      cursor: pointer;
      border-radius: 10px;
    }
  
    h1 {
      font-size: 2rem;
      text-align: center;
    }
  
    form {
      display: flex;
      flex-direction: column;
    }
  
    button img {
      height: 30px;
      width: 30px;
      border-radius: 50%;
    }
  }

  @media only screen and (max-width: 1024px) {
    body {
      background-color: rgb(0, 0, 0);
    }
  
    .container {
      width: 86%;
      height: auto;
      padding: 50px;
    }
  
    .image {
      width: 40%;
      margin-right: 0;
      margin-bottom: 20px;
    }
  
    .image img {
      max-width: 60%;
    }
  
    .form {
      width: 100%;
      padding: 30px;
      border-radius: 30px;
    }
  
    input[type="text"],
    input[type="email"],
    textarea {
      margin-bottom: 10px;
      padding: 8px;
      font-size: 1rem;
      border-radius: 5px;
    }
  
    input[type="submit"] {
      background-color: #008080;
      color: #fff;
      border: none;
      border-radius: 5px;
      padding: 8px;
      font-size: 1rem;
      cursor: pointer;
      border-radius: 10px;
    }
  
    h1 {
      font-size: 2rem;
      text-align: center;
    }
  
    form {
      display: flex;
      flex-direction: column;
    }
  
    button img {
      height: 30px;
      width: 30px;
      border-radius: 50%;
    }
  }
  

  @media only screen and (max-width: 1280px) {
    body {
      background-color: rgb(0, 0, 0);
    }
  
    .container {
      width: 86%;
      height: auto;
      padding: 50px;
    }
  
    .image {
      width: 40%;
      margin-right: 0;
      margin-bottom: 20px;
    }
  
    .image img {
      max-width: 60%;
    }
  
    .form {
      width: 100%;
      padding: 30px;
      border-radius: 30px;
    }
  
    input[type="text"],
    input[type="email"],
    textarea {
      margin-bottom: 10px;
      padding: 8px;
      font-size: 1rem;
      border-radius: 5px;
    }
  
    input[type="submita"] {
      background-color: #eff6f6;
      color: #fff;
      border: none;
      border-radius: 5px;
      padding: 8px;
      font-size: 1rem;
      cursor: pointer;
      border-radius: 10px;
    }
  
    h1 {
      font-size: 2rem;
      text-align: center;
    }
  
    form {
      display: flex;
      flex-direction: column;
    }
  
    button img {
      height: 30px;
      width: 30px;
      border-radius: 50%;
    }
  }