:root{
    margin: 0 30px 0 30px ; 
    
    
  }
  body{
    background-image: url('../media/bg.png') ;
    background-repeat: repeat;
    background-attachment: fixed !important;
    background-size: 100%;
    text-align: justify;
  }
 
  h1,h2,h3,h4{
    color:rgba(200, 154, 88, 1) ;
  }
  a{
    text-decoration: none;
  }
  .link{
    color : black ;
  }
  .link2{
    color:rgba(200, 154, 88, 1) ;
    font-size: 20px;
   
  }
  .link:hover{
    color:rgba(200, 154, 88, 1) ;
    font-size: 20px;
  }
  .Contact{
    width: 90%;
    background-color:rgba(200, 154, 88, 1)  ;
    color: white;

  }
  textarea{
    width:100%;
    border: solid 1px rgba(200, 154, 88, 1)  ;
  }
  form{
    position: relative;
    background-image: url('../media/pop-des.png');
    background-repeat: no-repeat;
    background-position: right center; 
    background-size: contain; 
    
  }

  footer{
    background-color: rgba(239, 240, 242, 1);
    
  }
  @media (max-width:1000px){
    :root{
        font-size: medium;
    }
  }
  .custom-card {
    background-color: #eaeaea;
    padding: 20px;
    border: none;
    border-radius: 10px;
    height: 180px;
}
.custom-card img {
  height: 50px;
  width: auto;
}

.custom-card h5 {
  font-weight: bold;
  margin-top: 10px;
}
