#resultCover {
            height: 30vh;
            background-color: rgb(42, 42, 42);
            color: white;
            font-size: 69px;
            font-family: "Roboto Condensed", sans-serif;
            font-optical-sizing: auto;
            font-weight: 10px;
            font-style: normal;
            display: flex;
            justify-content: flex-end;
            align-items: flex-ends;
            padding: 24px;
            box-sizing: border-box;
        }

        .h1cl {
            font-family: "Federant", serif;
            font-weight: 400;
            font-style: normal;
        
            text-align: center;
        }
        table {
            width: 100%;
            height: 70vh;
            color: white;
            background-color: rgb(15,15,15);
        }
        td {
            width: 25%;
            text-align: center;
            font-size: 22px;
            font-family: "Roboto Condensed", sans-serif;
            font-optical-sizing: auto;
            font-weight: 10px;
            font-style: normal;
            background-color: rgb(45,45,45);
        }
        td:hover {
            background-color: rgb(49, 49, 49);
            cursor: pointer;
        }
        .hl{
            background-color: rgb(20,20,20);
        }