body {
    font-family: 'Univers condensed', sans-serif;
    margin: 20px;
}

h1 {
    font-family: 'Eurostile', sans-serif;
    color: black;
}

p {
    text-align: justify;
}

body > p {
    width: 700px;
}

img {
    max-width: 500px;
    height: auto;
}

nav ul {
    list-style-type: none;
    display: flex;
    gap: 20px;
    background-color: #fdfd00;
}

nav li {
    padding: 10px;
}

nav a {
    color: black;
    text-decoration: none;
}

.container-pronostic-left,
.container-pronostic-right {
    width: 700px;
    margin-top: 10px;
    margin-bottom: 150px;
    display: flow-root;
}

.container-pronostic-left p,
.container-pronostic-right p {
    text-align: justify;
    line-height: 1.5;
    margin-top: 0;

}

.container-pronostic-left img {
    width: 500px;
    float: left;
    height: auto;
    margin-right: 10px;
}


.container-pronostic-right img {
    width: 500px;
    float: right;
    height: auto;
    margin-left: 10px;
}
