body {
    background-color: #eee8d5;
    color: #268bd2;
}

p {
    font-size: 20px;
}

a:link {
    color: rgb(91, 17, 17); }

    a:hover {
        color: rgb(255, 255, 255);}

        body {
  background-image: url("./images/bresil.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  margin: 0;
}
body {
  color: white;
  font-family: Arial, sans-serif;
}

h1, p, ul {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
  border-radius: 10px;
  max-width: 800px;
  margin: 20px auto;
}

a {
  color: rgb(255, 255, 255);
}



body {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  margin: 0;

  color: white;
  font-family: Arial, sans-serif;
}
body.bg-tir-milieu {
  background-image: url("images/tirmilieu.jpeg");
}
h1, p, ul {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
  border-radius: 10px;
  max-width: 800px;
  margin: 20px auto;
}
body.bg-passe-retrait {
  background-image: url("images/pied.jpg");
}
body.bg-dribble {
  background-image: url("images/dribble5.jpg");
}

body.bg-centre-gauche {
  background-image: url("images/arret.jpg");
}
body.bg-centre-droit {
  background-image: url("images/tete.jpg");
}
body.bg-tir {
  background-image: url("images/pascadre.jpeg");
}
body.bg-passe-decisive {
  background-image: url("images/coupe.jpg");
}

body {
  font-family: "Oswald", sans-serif;
}
h1 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

p, ul {
  font-weight: 300;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin: 15px 0;
  text-align: center;
}

ul li a {
  display: inline-block;
  padding: 15px 30px;
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-size: 18px;
  transition: all 0.3s ease;
}

ul li a:hover {
  background-color: rgba(255, 255, 255, 0.35);
  transform: scale(1.05);
}

body {
  animation: fadeIn 1.2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
p {
  border: 2px solid #000000;
}

.progress {
  width: min(800px, 90%);
  height: 12px;
  margin: 20px auto;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  overflow: hidden;
}

.bar {
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  width: 0;
  transition: width 0.6s ease;
}

