@font-face {
    font-family: 'Futura Medium Condensed';
    src: url('fonts/futura/futura\ medium\ condensed\ bt.ttf') format('truetype');
}
@font-face {
    font-family: 'Futura Medium';
    src: url('fonts/futura/futura\ medium\ bt.ttf') format('truetype');
}

body {
    color: white;
    background-image: url('./pictures/2187025-1322623423\ FLOU.png');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Futura Medium Condensed';
    font-size: 30px;
    max-width: fit-content;
    margin: auto;
    text-align: center;
    cursor: url('./cursors/Skyrim_Norm.cur'), auto;
}

#congrats {
    color: green;
    font-size: 50px;
}

#guessText {
    border: 0px;
    background-color: transparent;
    background-image: url(./pictures/48352.png);
    background-position: center;
    background-size: cover;
    width: 600px;
    height: 45px;
    color: white;
    font-family: 'Futura Medium';
    text-align: center;
    font-size: 80%;
}

#guessText::placeholder {
    position: absolute;
    margin: auto;
    width: 100%;
    color: white;
    opacity: 0.5;
    font-family: 'Futura Medium';
}

/* #guessButton { TENTATIVE BOUTON MAKE A GUESS
    background-color: transparent;
    border: 0;
    color: white;
    font-family: 'Futura Medium Condensed';
    font-size: 25px;
    text-align: left;
    background-image: url(./pictures/maxresdefault1.png);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: 85%;
    height: 50px;
    width: 200px;
}

#guessCursor {
    display: none;
}

#guessButton:hover + #guessCursor {
    display:inline;
} */

#guessButton { /* TENTATIVE BOUTON MAKE A GUESS 2 */
    background-color: transparent;
    border: 0;
    color: white;
    font-family: 'Futura Medium Condensed';
    font-size: 25px;
    text-align: center;
    background-image: url(./pictures/18619-1531625579-1620925936.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    height: 50px;
    width: 150px;
}

#suggestedChild {
    background-color: black;
    color: white;
    font-family: 'Futura Medium Condensed';
    font-size: 30px;
    margin-top: 30px;
    border-color: white;
    margin-right: 5px;
    border-radius: 5px;
}

#endgame {
    margin: auto;
    text-align: center;
}

#tryTable {
    margin: auto;
}

#columnCells {
    background-color: black;
    color: white;
    min-width: 120px;
    height: 100px;
}

#guessedCells {
    height: 100px;
    align-items: center;
}

#menuCells {
    position: relative;
    margin: auto;
    width: 10%;
}

#menuCells:hover {
    text-decoration: underline;
}

#timer {
    margin: auto;
    margin-top: 1%;
    font-size: 200%;
}

.nav-menu {
    color: white;
    font-size: 100%;
    width: 30%;
    position: relative;
    margin: auto;
}

.guessedGood {
    height: 100px;
    background-color: green;
}

.guessedWrong {
    height: 100px;
    background-color: red;
}

.guessedMeh {
    height: 100px;
    background-color: yellow;
    color: black;
}

.charPicture {
    height: 100px;
    width: 66px;
    margin: auto;
}

.under-construction {
    color: red;
    font-variant: small-caps;
}

footer {
    font-size: 10px;
}