
body {
  background-image: url("etihad.webp");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover ;
  background-position: top;
}

.title p {
  font-style: italic;
}


#info {
  background-color: rgba(108, 171, 221, 0.8);
  margin-left: 15%;
  margin-right: 15%;
  border-radius: 10px;


}
#border {
  background-color: rgba(0, 0, 53, 0.6);
  margin-left: 5%;
  margin-right: 5%;
  border-radius: 10px;
}


img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p {
  font-family: "Tahoma";
  font-size: 18px;
  color: white;
  margin-right: 10%;
  margin-left: 10%;

}

.header {
  font-family: "Tahoma";
  text-align: center;
  color: white;
}
h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

#celebration {
  border: 5px cornflowerblue;
  border-radius: 10px;
}

#table {
  margin-left: auto;
  margin-right: auto;
  font-family: "Tahoma";
  color: white;

}


ul {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-family: "Tahoma";
  color: white;

}

a {
  display: block;
  text-align: center;
  font-family: Tahoma;
  color: white;
}


