body {
    background-color: #101018;
    overflow-x: hidden;
    font-family: Orbitron;
    color: white;
}

table {
    border-collapse: collapse;
    margin: 20px;
}
td, th {
    border: 2px solid #b3b3b3;
    padding: 0;
    text-align: center;
    color: black;
    background-color: #ffffff;
}

.grise {
    background-color: #f0f0f0;
}

.number {
    background-color: red;
}

th p {
    font-family: Orbitron;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
}

@font-face {
    font-family: 'software_tester';
    src: url('../fonts/software_tester.ttf') format('truetype');
    /* Autres propriétés de la police */
}

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

h2 {
    margin-top: 10vh;
    margin-bottom: 1vh;
}

.image-container, .image-container2, .image-container3 {
    display: inline-block;
    text-align: center;
    margin: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.image-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    height: 70vh;
    max-height: 1000px;
}

.image-container2 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    height: 150vh;
    max-height: 1000px;
}

.image-container3 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    height: 150vh;
    max-height: 600px;
}

.image-container figcaption, .image-container2 figcaption, .image-container3 figcaption {
    margin-top: 10px;
    font-size: 16px;
    color: #555;
}

h3 {
    margin-top: 20px;
    font-size: 1.4em;
}

span {
    color: #c9c9c9;
    font-size: 1.1em;
}

em {
    font-style: italic;
    color: #c9c9c9;
}

a {
    color: #c9c9c9;
    text-decoration: none;
}

main {
    margin-bottom: 30vh;
}

.txt {
    text-align: justify;
}

