.justify-text {
  text-align: justify;
  font-size: 70%;
}
.item {
  display: inline-block;
  width: 150px;
  border: 1px solid rgb(4, 2, 0);
  background-color: darkolivegreen;
  color: white;
  font-size: 25px;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 25px;
  box-shadow: 10px 5px 5px rgba(0,0,0,0.5);
}

.container {
  height: 300px;
  width: 200px; 
  display: inline-block;
  border: 4px solid #000;
  margin-right: 10px;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 10px 5px 5px rgba(0,0,0,0.5);
  font-size: 30px;
}

p {
  font-size: 25px;
}

table {
  width: 80%;
  border-collapse: collapse;
  }
  
td {
  width: 50%;
  vertical-align: top;
  padding: 10px; 
  }
  
img {
  height: auto;
  display: block;
  }

#questions  {
  font-size: large;
  padding: 20px;
  }

.input-reponse {
  width: 80%; 
  padding: 5px; 
  font-size: medium;
  margin-bottom: 5px; 
  box-sizing: border-box; 
  border: 1px solid #ccc; 
  border-radius: 5px; 
  }
  
#scoreFin {
  position: relative;
  top: -20px;
  margin-bottom: 20px;
  font-size: large;
  font-weight: bold;
  color: black;
  text-shadow: 2px 2px 4px white;
}

output.correct {
  color: green;
  font-weight: bold;
  font-size: medium;
  }
  
output.faux {
  color: red;
  font-weight: bold;
  font-size: medium;
  }

.Btn-verif {
  background-color: darkolivegreen;
  color: white;
  padding: 10px 15px; 
  font-size: 16px; 
  border: none; 
  border-radius: 5px; 
  cursor: pointer;
  box-shadow: 10px 5px 5px rgba(0,0,0,0.5);
  }
  
.Btn-verif:hover {
  background-color: black;
  }
  
.Btn-recommencer {
  background-color: darkolivegreen;
  color: white;
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: none; 
  position: relative;
  top: -50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 10px 5px 5px rgba(0,0,0,0.5);
  }
  
.Btn-recommencer:hover {
  background-color: black;
  }
.page-fin {
  text-align: center;
}
