#body2 {
    width: 75%;
    margin: auto;

  }

  #myDIV {
    height: auto;
    animation: mymove 15s infinite;
  }

  @keyframes mymove {
    50% {
      transform: rotate(720deg);

    }
  }

  nav {
    box-shadow: 2px 1px 3px #1d1609;
  }

  .iframe {
    width: 100%;
    height: auto;
  }

  #ouride {
    width: 75%;
  }

  #bot {
    width: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 10px;
    padding: 0;

  }
  #bot:hover{
    animation: mast 1s infinite;
  }
  @keyframes mast{
    50%{
      transform:scale(1.05);
      transform:rotate(5deg)
    }
    
  }
  #ouridea{
      display: block;
      width: 100%;
  }
  #Socialmedia {
    font-size: 25px;
    text-align: center;
    position:fixed;
    left: 10px;
    bottom: 10px;
    margin: 10px;
    padding: 0;
    align-items: center;
}
.icon{
    display: block;
    width: 100%;
    background-color: #ac905631;
    margin: 2px;
    padding:2px;
    border-radius:5px;
    
}
.icon:hover{
    background-color: rgb(10, 120, 148);
    
}
.place{
    width: 100%;
    margin: auto;
    
  }
  .card {display:inline-block;
    box-shadow: 2px 4px 8px 0 rgba(0,0,0,0.2);
    width: 250px;
    border-radius: 10px;
    margin:auto;
    margin-bottom: 10px;
    margin-top: 10px;
    padding:5px;
    }  
.container {
    padding: 2px 16px;
    text-justify: distribute;
  }
h4{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: tomato;
}
.btn3d{
        border: none;
        color: rgb(255, 255, 255);
        background-color: rgb(25, 0, 139);
        padding: 15px 32px;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 10px;
        font-size: 16px;
        width: 100%;
      }
.btn3d:hover{
  animation: twickel 0.5s infinite ;
}
@keyframes twickel{
50%{
  transform: rotate(2.5deg);
}
}
table {
  font-family: arial, sans-serif;
  margin: auto;
}

td, th {
  border: 1px solid #000000;
  text-align: left;
  padding: 8px;
}


tr:nth-child(odd) {
  background-color: #dddddd;
}
.idea{
  padding-top: 20px;
  margin: auto;
}
.tablemid{
  text-align: center;
}
h6:hover{

animation: wow 0.5s 2;
  }

  @keyframes wow {
    50% {
      transform: rotate(10deg);

    }
  }
  .fa.fa-heart:hover{
animation: beat 1s infinite;
  }
  @keyframes beat{
    75%{
      transform: scale(1.5);
    }
  }
  .chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.cara{
  text-align: center;
}
.teamm{
  text-align: center;
}
.photochitra{
  text-align: center;
  margin: 10px;
  padding: 10px;
  background-color: antiquewhite;
}
.photochitra:hover{
  background-color: rgb(248, 201, 140);
}
form{
  display: inline-block;
  width: 100%
}