@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:wght,MONO@300..800,1&display=swap');

.google-sans-code {
    font-family: "Google Sans Code", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "MONO" 1;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    html {
        background: #020024;
        background: linear-gradient(235deg, rgba(2, 0, 36, 1) 0%, rgba(0, 255, 255, 1) 100%);
    }

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
        border-collapse: collapse;
    }

    tr {
        border-top: solid purple 2px;
        text-align: center;
        align-content: center;
    }

    th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    td {
        border: solid purple 2px;
        text-align: center;
        align-content: center;
    }
}

html {
    background: #020024;
    background: linear-gradient(235deg, rgba(2, 0, 36, 1) 0%, rgba(0, 255, 255, 1) 100%);
    min-height: 100%;
}

body {
    font-family: "Google Sans Code", monospace;
    cursor: crosshair;
}

#box {
    max-width: 800px;
    background: #020024;
    background: linear-gradient(45deg, rgba(2, 0, 36, 1) 0%, rgba(251, 0, 255, 1) 100%);
    border: solid green 2px;
    text-align: center;
    color: white;
    margin: auto;
    margin-top: 100px;
    border-radius: 15px;
    padding-bottom: 50px;
}

h1 {
    font-size: 40px;
}

caption {
    font-size: 20px;
    color: white;
    padding-bottom: 10px;
}

table {
    max-width: 700px;
    background-color: white;
    color: black;
    border: solid purple 2px;
    border-collapse: collapse;
    margin: auto;
}

th {
    font-size: 18px;
    border: dashed purple 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

td {
    border: dashed purple 1px;
    padding: 20px;
    font-size: 16px;
}

button {
    font-family: "Google Sans Code", monospace;
    font-size: 16px;
    color: white;
    background-color: purple;
    height: 40px;
    width: 240px;
    border-radius: 15px;
}

button:hover {
    color: black;
    background-color: cyan;
    width: 300px;
}

#texttitre {
    width: fit-content;
    text-align: justify;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

#fav192,
#fav512 {
    width: 150px;
    height: auto;
}