h1{
    font-size: 48px;
    color: #25232B;
     text-align: center;
    text-decoration-style: bold italic;
}
h2{
    font-size: 38px;
    color: #A0877D;
    text-decoration-style: bold italic;
    text-align: center;
}
p{
    font-size: 20px;
    color: #25232B;
    text-align: justify;
    background-color: #DEB3AD;
}
body{
    
    font-size: 20px;
}



.navbar{
   
    display: flex;
   justify-content: left;
   color:#DEB3AD;
  border-bottom: #A0877D;
 
}

.margine{
margin-right: 20px;
}
.menu{
    color: #DEB3AD;
}
#menu{
    color: #DEB3AD
}
*{
    margin: 0px;
    background-color: #F9F1F0;
    font-family: 'Lora', serif;;
  
}
.container_imag{
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
}
.imagini_inceput{
    border: #DEB3AD solid 20px;
}
.prima_poza{
  display: flex;
  justify-content: center;
  align-content: flex-end;
  
 
}
.pozic{
    border-bottom: #A0877D solid 100px;
    border-left: #A0877D solid 100px;
    padding: 0px;
    margin: 0px;
}
.umbra{
    background-color: #A0877D; width: 300px; height: 500px;
    opacity: 50%;
    position: absolute;
    z-index: -1;
}
.trasaturi{
    text-align: left;
    margin-left: 700px;
}
.button{
    color: #25232B;
    background-color: #DEB3AD;
}
.chenar{
    margin-left: 300px;
    margin-top: 30px;
    background-color: #A0877D;
    width: 500px;
    height: 250px;
    text-align:justify;
    border: 0px;
    border-bottom: 300px;
    border-left: 300px;
    border: #DEB3AD solid;
    


}
.titlu{
    position: absolute; 
   top: 200px; 
   left: 0px; 
   width: 100%; 
}

 
 
  .despre{
      margin: 160px;
      text-align: justify;
      display:flex;
      background-color: #DEB3AD;
      border: #A0877D solid;
      border-radius: 1%;
      margin-top: 100px;
     color: #A0877D;
    
  }
  .buton_opera{
    
        display: block;
        width: 100%;
        border: none;
        background-color: #A0877D;
        border: #DEB3AD solid;
        padding: 14px 28px;
        font-size: 16px;
        cursor: pointer;
        text-align: center;
   

  }
  .video{
      margin-left: 30px;
      height: 380px;
  }
  .container_imag{
      height: 400px;
      display: flex;
      align-items: stretch;
  }
  .container_imag {
    position: relative;
    width: 50%;
  }
  
  .image {
    opacity: 100%;
    
    transition: .5s ease;
    backface-visibility: hidden;
  }
  .image:hover {
    opacity: 0.3;
  }
  .container_imag{
      display: flex;
      margin-left: 360px;
      justify-content: space-evenly;
  }