body {
  background-color: rgb(253, 219, 84);
  color: black;
  font-size: 25px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  line-height: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  background-color: rgb(255, 98, 0);
  padding: 40px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-align: center;
  font-size: 15px;
}

main {
  flex: 1;
  padding-bottom: 15px;
}

.instructions {
  margin-top: 50px;
  margin-bottom: 50px;
}

.cetteAnnee {
  margin-top: 50px;
}

.feedback {
  margin-bottom: 30px;
  margin-top: 30px;
}

footer {
  background-color: rgb(255, 98, 0);
  font-size: 15px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 7px;
  width: 100%;
}

.zodiaqueImage {
  width: 80vh;
  max-width: 80vh;
}

.Btn {
  background: rgb(255, 190, 85);
  background-image: -webkit-linear-gradient(
    top,
    rgb(255, 132, 0),
    rgb(229, 100, 1)
  );
  background-image: -moz-linear-gradient(
    top,
    rgb(255, 132, 0),
    rgb(229, 100, 1)
  );
  background-image: -ms-linear-gradient(
    top,
    rgb(255, 132, 0),
    rgb(229, 100, 1)
  );
  background-image: -o-linear-gradient(top, rgb(255, 132, 0), rgb(229, 100, 1));
  background-image: linear-gradient(
    to bottom,
    rgb(255, 132, 0),
    rgb(229, 100, 1)
  );
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #000000;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border-radius: 10px;
  border-color: rgb(255, 98, 0);
}

.Btn:hover {
  background: rgb(229, 100, 1);
  background-image: -webkit-linear-gradient(
    top,
    rgb(255, 132, 0),
    rgb(229, 100, 1)
  );
  background-image: -moz-linear-gradient(
    top,
    rgb(255, 132, 0),
    rgb(229, 100, 1)
  );
  background-image: -ms-linear-gradient(
    top,
    rgb(255, 132, 0),
    rgb(229, 100, 1)
  );
  background-image: -o-linear-gradient(top, rgb(255, 132, 0), rgb(229, 100, 1));
  background-image: linear-gradient(
    to bottom,
    rgb(255, 132, 0),
    rgb(229, 100, 1)
  );
  text-decoration: none;
}

.Btn {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.ul.sortableList {
  list-style: none;
  margin: 25px 0px;
  padding: 0px;
}

ul.sortableList li {
  display: inline;
  margin-right: 15px;
  border: 1px solid #999;
  padding: 5px 10px;
  background-color: #eaeaea;
  font-size: 20px;
}
