/*css premier codage*/
body {
  background-image: url("matrix.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  font-family: Arial, sans-serif;
  padding: 20px;
}

h1 {
  text-align: center;
  color: red;
  font-weight: bold;
  text-decoration: underline;
}

#titre {
  position: relative;
  overflow: auto;
  margin: auto;
  margin-top: 150px;
}

#boite1 {
  width: 700px;
  height: 225px;
  position: relative;
  overflow: auto;
  margin: auto;
  margin-top: 10px;
  border: 2px solid white;
  padding: 15px;
  border-radius: 10px;
}
#img-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

#img-container img {
  max-width: 45%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #15A102;
  z-index: 1000;
  padding: 10px 0;
  opacity: 0.8; 
}

nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}

nav li {
  flex: 1;
  text-transform: uppercase;
  text-align: center;
  list-style-type: none;
}

nav a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 10px;
}

nav a:hover {
  background-color: #4EE051;
  color: white;
}

#morse {
  position: absolute;
  width: 375px;
  height: 350px;
  top: 400px;
  left: 0px;
}

#semaphore{
  position:absolute;
  width: 400px;
  height:350px;
  top: 375px;
  left:1100px;
}
#aide lien{
  text-align: right;
}
