body {
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column; 
    background-image: url('rsl_login_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
    background-position: center center;
    font-family: Arial, sans-serif;
    position: relative;
  }


  
  b{
    font-size: 50px;
    text-align: center;
  }

  .Name-photo {
    margin-left: 1%;
    margin-top: 0.2%;

  }

  .buttonToWeb {
    width: 200px;
    height: 50px;
    border: none;
    color: white;
    text-align: center;
    font-size: 23px;
    cursor: pointer;
    
  }

  

  .button-group {
    flex-direction: column;
    align-items: center;
  }

  .sea-group {
    margin-bottom: 0px;
  }
  
  .air-group {
   margin-bottom: 8px;
  }

  form {
    flex-direction: column;
  }
  
  button {
    background-color: transparent;
    border: none;
    text-decoration: underline;
    color: white;
    cursor: pointer;
    font-size: 23px;
    margin-bottom:15px; 
  }
  
.address{
  font-size: 30px;
  color: white;
}

.contact{
  font-size: 30px;
  color: white;
}

.container{
  display: flex;
  flex-grow: 2; 
  margin-top: 5%;
  background-color: rgba(77, 58, 58, 0.473); 
  border-radius: 5px; 
  width: 100%; 
}


.container-print{
  display: flex;
  width: 45%;
  height: 100%;
  margin-left: 10%;
}

.container-information{
  width: 40%;
  margin-left: 5%;
  margin-top: 2%;
}

.container-print-group {
  display: flex; 
  margin-top: 5%;
}

.container-print-group2 {
  display: flex;
  margin-left: 15% ;
  margin-top: 2%;
}

h1{
  font-size: 35px;
  color: white;
}

