h1 {
    text-align: center;
    background-color: rgb(10, 66, 111);
    color: rgb(105, 187, 162);
   }
  
 body {
   background-image: url(pic5.jpg);
   background-size: cover;
  }
  a {
    color: lightblue;
 }

 
 p#epi1 {
	font-size: 2.5em;
	width: 900px;
	margin-left: 1em;
}

div.service {
  display: flex;
}

div.service img {
  width: 500px;
  height: 500px;
  border-radius: 250%;
}

div.service p {
  font-size: 60px;
  color: #b4e0e7;
}

section {
	margin: 0 auto;
	width: 1000px;
}

p.right_element { 
  text-align: right;
}

h2 {
    color: #00192f;
}

div.tour img {
  width: 700px;
  height: 400px;
  border-radius: 30px;
}

div.tour p {
    text-align: justify;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 254, 254, 0.2);
    padding: 1em;
    border-radius: 10px;

}

div.review p {
  text-align: justify;
  color: #000c20;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 254, 254, 0.3);
  padding: 1em;
  border-radius: 10px;

}

div.we {
  text-align: justify;
  backdrop-filter: blur(5px);
  background-color: rgba(184, 192, 214, 0.73);
  padding: 1em;
  border-radius: 10px;
}