body {
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

header {
  padding: 20px;
  background-color: #FFF;
  color: white;
}

.logo {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 150px;
  background: url('/resultats/2024/logos_courses/logo dynamictrail.jpeg') center/contain no-repeat;
}
.logo-text {
  color: #333;
  font-size: 30px;
  margin-top: 20px;
}
.text-link {
  display: inline-block;
  margin: 10px;
  padding: 10px 20px;
  background: #61bd4f;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
 
  font-size: 20px;
  text-align: center;
  font-weight: 900;
}
.alert{
  background: red;
}

.text-link:hover {
  background: #8edc70;
}
.alert:hover{
  background: rgba(255, 0, 0, 0.38);
}
.text-link:focus {
  outline: none;

}

.content {
  display: flex;
  justify-content: center;
}

.text-link:not(:first-child) {
  margin-left: 20px;
}



.target-zone {
  margin-top: 50px;
  padding: 0px;
  background: white;
}