.div-img {
    display:flexbox ;
    gap: 50px;
 font-family:Verdana, Geneva, Tahoma, sans-serif;
}

body {
    font-family: 'Lato', sans-serif;
    background-color: #f0eaea;
    color: #252525;
    line-height: 1.6;
    margin: 0;
    padding: 60px;
}

.container {
    max-width: 900px;
    margin: auto;
    background: rgb(187, 135, 135);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(211, 12, 12, 0.1);
}

h1 {
    font-family: 'Playfair Display', serif;
    color: #1a4e81;
    border-bottom: 2px solid #2c3e50;
}

img {
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    margin-right: 20px;
}

h2 {
    color: rgb(59, 132, 145);
}

.div-2{
    display: flex;
    gap: 100px;
}

.div-img3{
 border-radius: 10px;
 height: 300px;
 display: flex;
 gap: 100px;
}

ul {
  list-style-type: none;
  padding: 0;
  display: flex; 
  gap: 15px;    
}

ul li a {
 text-decoration: none;
  color: white;
  background-color: #2c5d72; 
  padding: 10px 20px;
  border-radius: 5px;       
  font-family: sans-serif;     
}

ul li  {
  background-color: #1a3a47;

}

.p1 { 
    text-align: right;

}






