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

.glitch {
    opacity: 0.30;
  }

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;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

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

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

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

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

main {
    margin-bottom: 10vh;
}

.txt {
    text-align: justify;
}

.txt2 {
    font-style: italic;
    color: #cdcdcd;
}

.button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30%;
    margin-top: 65px;
    margin-bottom: 50vh;
}

.modern-button {
    padding: 15px 30px;
    font-size: 2em;
    color: #ad0000;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);;

    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.7s ease;
}

.modern-button:hover {
    background-color: rgb(180, 0, 0);
    color: #ffffff;
    box-shadow: 0 0 10px rgba(180, 0, 0, 0.7);;
}