body {
  background: linear-gradient(
    to right,
    rgb(2, 30, 66),
    rgb(255, 255, 255),
    rgb(200, 16, 46)
  );
  text-align: center;
}

#image-bienvenue {
  height: 400px;
  width: 400px;
  border: solid;
  border-radius: 35%;
  border-color: #2c5364;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  opacity: 0.6;
}

.paragraphe-bienvenue {
  margin-top: 2%;
  margin-bottom: 2%;
}

#traduire-en-français {
  float: right;
  background-color: #ffffff;
  cursor: pointer;
}

#traduire-en-français:active {
  transform: translate(0, 5px);
}

#traduire-en-anglais {
  float: right;
  background-color: #ffffff; 
  cursor: pointer;
}

#traduire-en-anglais:active {
  transform: translate(0, 5px);
}

.menuButton {
  background-color: #2c5364;
  height: 25px;
  width: 75px;
  border-radius: 15px;
  border-style: none;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  font-family: "Gill Sans", sans-serif;
  color: #ffffff;
  margin-right: 30px;
  cursor: pointer;
}

.menuButton > * {
  transition: all 0.1s;
  float: left;
}

.menuButton:active {
  transform: translate(0, 5px);
}

.question {
  background-color: rgb(255, 255, 255);
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  border: solid;
  border-radius: 15px;
  border-color: #2c5364;
}

.question:hover {
  background-color: #f59997;
  padding: 15px;
}

#question-image {
  height: 300px;
  width: 300px;
  border: solid;
  border-radius: 15px;
  border-color: #2c5364;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.15s;
  margin-bottom: 2%;
}

.image-container {
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

#question-image:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(0.75);
  background-color: #f59997;
  padding: 15px;
}

.options {
  background-color: rgb(255, 255, 255);
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  width: 500px;
  border: solid;
  border-radius: 15px;
  border-color: #2c5364;
}

.answer {
  background-color: rgb(255, 255, 255);
  height: 30px;
  width: 500px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  margin: 5px;
  border-radius: 15px;
  letter-spacing: 0.5px;
  font-family: "Gill Sans", sans-serif;
  color: #2c5364;
  transition: all 0.1s;
  cursor: pointer;
}

.answer:disabled{
  background-color: rgb(180,180,180);
  color: #ffffff;
  cursor: no-drop;
}

.answer:hover:enabled{
  transform: translate(0, -3px);
  filter: brightness(90%);
}

.button-container > * {
  background-color: #2c5364;
  height: 25px;
  width: 75px;
  border-radius: 15px;
  border-style: none;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  font-family: "Gill Sans", sans-serif;
  color: #ffffff;
  cursor: pointer;
}

.button-container:active {
  transform: translate(0, 5px);
}

.link ol {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  justify-content: center;
}

li {
  margin-right: 30px;
}

#timer {
  width: 40px;
  height: 20px;
  font-size: 20px;
  color: #0b1012;
  background-color: rgba(30, 202, 116, 0.773);
  border-radius: 40px;
  display: flex;
  list-style-type: none;
  justify-self: center;
  justify-content: center;
  align-items: center;
  padding: 1%;
}
