*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
.container{
    width:100%;
    height: 100vh;
    background-color: #bde7ff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)),url(bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
position: relative;
}
.nav{
  background-color: skyblue;
  color:Blue;
    height: 10vh;
    display: flex;
    align-items:center;
    justify-content: space-around;
}
.links ul{
    display: flex;
    list-style: none;
}
.links ul li{
    margin-left:30px;
    
}
.links ul li a{
    text-decoration: none;
    color: white;
    font-size: 18px;
}
.links ul li a:hover{
    color: Blue;
    text-decoration:underline;
    
}
span{
    color: white;
}
.maincontent{
   
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 90vh;
  
}
.content{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.maincontent .content a{
    text-decoration: none;
    color: WHITE;
    font-size: 18px;
    border: 4px solid Blue;
    border-radius:25px;
    padding: 10px 14px;
    transition: 200ms ;
    
}
.maincontent .content h1{
    color: white;
    font-size: 18px;
}
.donate{
    margin-top: 36px;
    
}
.maincontent .content a:hover{
    background-color: Blue;
}
.about{
    background-image:linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)),url(bg1.jpg);
    width: 100%;
    height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
}
.logo{
    display: inline-flex;
    align-items: center;
    
  
}
.logo img{
    margin-left:12px;
    border-radius:50%;
    height:35px;
    width:35px;
 
}
.aboutbg{
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.para{
  display: flex;
  flex-direction: column;
  justify-content: center;
 
}
.aboutbg p{
    margin-top: 24px;
    
    text-align: center;
}
.about {
 height: 90vh;
}
.head{
    padding-top: 50px;
}
.contact {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .contact-form {
    width: 80%;
    height: 91vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color:coral;
  }
  .form {
    display: flex;
    height: 50%;
    flex-basis: 30%;
    background-color: Blue;
    align-items: center;
    justify-content: center;
  }
  .form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .form h2 {
    margin: 30px 0;
  }
  .form h3 {
    color:white;
  }
  .form input {
    color: white;
    margin-bottom: 30px;
    border: none;
    border-bottom: 2px solid #ffffff8a;
    background: transparent;
    outline: none;
    width: 80%;
  }
  .form input::placeholder {
    color: rgba(255, 255, 255, 0.541);
  }
  .form textarea {
    width: 80%;
    margin-bottom: 30px;
    border: none;
    border-bottom: 2px solid #ffffff8a;
    background: transparent;
    outline: none;
    height: 2.5em;
    resize: none;
    overflow: auto;
  }
  .form textarea::placeholder {
    color: #ffffff8a;
  }
  .contact textarea:focus {
    color: #fff;
  }
  .contact input:focus {
    color: white;
    border-bottom: 2px solid #fff;
  }
  .form a {
    text-decoration: none;
    margin-top: 0px;
    border-radius:25px;
    color: #fff;
    border: 2px solid #fff;
    padding: 7px 18px;
  }
  .map {
    height: 50%;
    overflow: hidden;
  }
  footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 20px;
  }
  .fa{
      
      display:inline-flex;
      width:200px;  
     }	
  .fa-instagram img
     {  
    margin-top:40px;
    display:inline-flex;
    border-radius:50%;
    height:35px;
    width:35px;
   }
