h1{
    text-align: center;
    color: maroon;
    font-family: 'Playfair Display', serif;
    font-size: 60px;  
    font-style: bold ;
}
h2{
    text-align: center;
    color: maroon;
    font-family: 'Playfair Display', serif ;
    font-size: 25px;
    font-style: italic;
}
p{
    font-family: 'Playfair Display', serif ;
    color: rgb(66, 5, 5);
    
}

 .img1{ 
     display: flex;
     justify-content: center;
     border-radius: 50%;
     width: 300px;
}
  
.btr{ 
color: rgb(102, 102, 97);
display: flex;
align-items: center;
justify-content: center;
color: maroon;
font-family: 'Playfair Display', serif;;
font-size: 20px;
padding: 10px;
margin: 5px;
}
  
.background{
      position:fixed;
      top: 10px;
      z-index: -2;
      width: 110vw;
      opacity:7%;
      
  }
.scris{
    font-size: 15px;
    text-align: center;
    font-size: bold;
}
.imgs{
    display: flex;
    justify-content: center;
    align-self: center;
    flex-wrap: wrap;
    flex-direction: row ;
    width: 600px;
    height: 600px;
    
}
.topnav {
    overflow: hidden;
    background-color: #333;
  }
  
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }
  .continer_center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 98vw;
}
.ss{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.topnav {
overflow: hidden;
background-color: maroon;
}

.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}

.topnav a:hover {
background-color: #ddd;
color: maroon;
}

.topnav a.active {
background-color: maroon;
color: white;
}

