    @font-face {
    font-family: "Metropolis";
    src: url("/Metropolis-SemiBold.otf") format("opentype");
    }

    a:link{
        color: black;
        text-decoration: underline;
        font-size: 1.25em;
    }

    #checkinp1,#checkinp2,#checkinp3,#checkinp4int,#checkinp5 {
        background-color: #000;
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1.3em;
        font-family: "Metropolis", serif;
    }

    input[type=text] {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        border: 4px solid black;
        border-radius: 0px;
        font-size: 1.3em;
        font-family: "Metropolis", serif;
    }

    #card{
        width: 100%;
        background-color: #fff;
    }

    .tile{
        width: 25%;
    }

    #resolu{
        width: 80%;
        max-width: 960px;
        text-align: left;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 200px;
    }

    #content{
        width: 80%;
        max-width: 960px;
        text-align: center;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 200px;
        display: flex;
        flex-direction: column;
    }

    .item_menu{
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    #footer{
        width: 100%;
        max-width: 960px;
        margin: auto;
        background-color: #5a5967;
        position: fixed;
        bottom: 0px;
        left: 0px;
    }
    
    #counter{
        left: 10%;
        top: 28%;
        width: 37%;
        height: 52%;
        max-height: 96px;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        display: table;
        font-size: 1.5em;
    }

    #penalite{
        display: flex;
        align-items:center;
        justify-content:center;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        color: black;
        position: absolute;
        font-size: 2em;
        background-color: red;
    }

    body{
        background-color: #FFF;
        margin: 0px;
        font-family: "Metropolis", serif;
    }

    img {
         border: 0px;
    }

    p {
         text-align: left;
    }

    .clue{
        background-color: #efefef;
        margin: 0px;
        padding: 10px;
        text-align: left;
    }

    #popup_content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            text-align: center;
            background-color: #fff;
            box-sizing: border-box;
            padding: 40px;
            z-index: 100;
            box-shadow: 0px 6px 60px 6px rgba(0, 0, 0, .5);
            /* display: none; */
        }
          
    .close-btn {
            position: absolute;
            right: 20px;
            top: 15px;
            background-color: black;
            color: white;
            border-radius: 50%;
            padding: 4px;
        }

    #endPENALTIES {
            font-size: 4em;
        }

    #endTIME {
            font-size: 4em;
        }
