@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/all.min.css");

body {
    background: linear-gradient(lightgray, black);
}

.canvas-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: none;
}

.menu {
    padding: 10px 10px 10px 10px;
    display: flex;
    height: 860px;
    font-family: Arial;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
}

.menu img {
    margin-left: 550px;
}

.menu h1 {
    margin-top: 20px;
    font-size: 70px;
}

.menu ul {
    display: flex;
    margin-top: 90px;
    flex-wrap: wrap;
    width: 600px;
    height: 300px;
    align-content: center;
    justify-content: center;
    text-align: center;
}

.listaCaracteresItens {
    width: 18%;
    height: 10%;
    margin-bottom: 1%;
    border: solid;
    border-radius: 5px;
    background-color: white;
    text-align: center;
    font-weight: 900;
    font-size: 25px;
    margin-right: 2px;
}

.menu p {
    margin-top: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-family: math;
    color: navy;
}

.inserirPalavra {
    display: flex;
    margin-top: 20px;
}

#txtArea {
    width: 250px;
    height: 30px;
    margin-right: 10px;
}

#btnAdicionar {
    font-weight: 900;
    font-size: unset;
    cursor: pointer;
}

#spanChecaPalavra {
    color: chartreuse;
    margin-top: 5px;
    border: groove;
    font-weight: bold;
    opacity: 0;
}

#btnJogar {
    margin-top: 90px;
    width: 80%;
    height: 8%;
    font-weight: 900;
    font-size: xx-large;
    background-color: chartreuse;
    cursor: pointer;
}

#btnjogar:hover {}

#forca {
    background-color: #E5E5E5;
    display: flex;
    margin-left: 10px;
    margin-top: 10px;
}

.rodape {
    display: flex;
    background-color: black;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.rodape p {
    font-size: 25px;
    font-style: bold;
    color: white;
}

.rodape i {
    margin: 0 2rem;
    font-size: 3.0rem;
    color: white;
}

.invisible {
    opacity: 0;
}