*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    background: url(bg.webp);
    /* opacity: 0.2; */
    background-size: cover;
    background-position: center;
    position: relative;
}

.contact-info-content p{
    color: #fff;
    font-size: 1em;
}
.alert{
    text-align: center;
    padding:10px;
    background:#0aa30a;
    color:#fff;
    margin-bottom:10px;
    margin-top:10px;
   
  }
  .alerterr{
    text-align: center;
    padding:10px;
    background:#a31c0a;
    color:#fff;
    margin-bottom:10px;
    margin-top:10px;
    border-radius: 5px;
   
  }

.contactformm{
    background-color: #fff;
    padding: 40px;
    width: 45%;
    padding-bottom: 20px;
    padding-top: 40px;
    border-radius: 20px;
}

.contactform h2{
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 10px;
    /* color: #333; */
    color: #fff;
}

.contactform .input-box{
    position: relative;
    width: 100%;
    margin: 10px;
}

.contactform .input-box input,
.contactform .input-box textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    /* border-bottom: 2px solid #333; */
    outline: none;
    resize: none;    
}


.contactform .input-box input
[type="submit"]{
    width: 100%;
    background: #00bcd4;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    border: none;
    font-size: 18px;
    border: 1px solid #00bcd4;
    transition: 0.5s;
}

.contactform .input-box input[type="submit"]:hover{
    color: #00bcd4;
}
 
  .button1 {
    background-color: black; 
    color: white; 
    border: 2px solid #79e3f6;
  }
  
  .button1:hover {
    background-color: #79e3f6;
    color: white;
    border: 2px solid #79e3f6;
  }
    .contactform{
        width: 100%;
    }

    .img {
        background-color: black; 
        color: white; 
        border: 2px solid #fff;
        border-radius: 5px;
        margin: 3px;
      }
      
      .img1:hover {
        background-color: #79e3f6;
        color: white;
        border: 2px solid #79e3f6;
        border-radius: 5px;
      }

