body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
header {
    color: white;
    padding: 10px 20px;
    text-align: center;
}
.match {
    max-width: 800px;
    margin: 20px auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}
h1 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}
.sport {
    margin-bottom: 20px;
}
.sport h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #555;
}
.sport ul {
    list-style: none;
    padding: 0;
}
.sport ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.sport ul li:last-child {
    border-bottom: none;
}
.match {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}
.competition {
    color: #555;
}
.time {
    font-weight: bold;
    color: #333;
}
.classement {
    margin-top: 5px;
    font-size: 12px;
    text-decoration: none;
    color: #aab7c6;
}
h4{
    display: flex;
    flex-direction: row;
    justify-content:space-around;
}
.logo{
    width: 22px;
}

