body {
  background: rgb(36, 54, 75);
  height: 90vh;
}

.pass {
  width: 650px; 
  background: white;
  border-radius: 20px;
  margin: auto;
  padding: 20px;
  position: relative;
}
.pass-header {
  display: flex;

  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
}
.pass-header h1{
  font-family: monospace;
}
.route {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.route h2 {
  font-size: 42px;
  margin: 0;
}
p {
  font-size: 12px;
  letter-spacing: 2px;
  color: gray;
  margin: 0;
}

.pass {
  position: relative;
}
.icon-plane {
  padding-right: 15px;
}
.info {
  display: flex;
  padding-top: 15px ;
  justify-content: space-between;
}
.code-barre img {
  width: 250px;  
  height: auto;  
}
.perso{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}