* {
  transition: all 0.1s ease-in;
}

body {
  background: #3b3f45;
  width: 100%;
}

header {
  background: #4a4f56;
  padding: 10px;
}

.appetit {
  background: #4a4f56;
  padding: 5px;
}

main {
  max-width: 70%;
  margin: 0 auto;
}

h1,
h3 {
  color: #eb7e7f;
  text-align: center;
}

p {
  color: #eb7e7f;
  text-align: center;
  font-size: 20px;
}

ol {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

ol li {
  cursor: pointer;
  position: relative;
  list-style-type: none;
  background: #88839e;
  padding: 15px;
  color: white;
}
li: :nth-child(odd) {
  background: #88839e;
}

li:hover {
  background: #625e77;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
}

input:checked ~ span {
  background: #7a7593;
  text-decoration: line-through;
}
.my_text {
  color: #cdc6c6;
}
span {
  font-size: 20px;
}
