@font-face 
{
    font-family: 'Inconsolata'; 
    src: url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@280&display=swap'); 
}

h1
{
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    margin-top:3px;
    margin-bottom: 10px;
}
  
body
{
    background-image: url(rbg.png);
    font-family: "Inconsolata", monospace;
    color:white;
    font-size: 20px;
}

.flex-container 
{
    margin-top: 40px;
    display: flex;
    justify-content: center;  
    flex-direction: row;
}

.flex-comojogar 
{
    width: 29%;
    padding: 15px;
    border: 4px solid rgba(255, 255, 255, .9);
    border-radius: 12px;
    margin-right: 15px;
    min-height: 286px;
}

.flex-historico
{
    justify-content: center;  
    align-content: center;
    width: 38%;
    padding: 15px;
    border: 4px solid rgba(255, 255, 255, .9);
    border-radius: 12px;
}

.flex-tentativas
{
    width: 29%;
    padding: 15px;
    border: 4px solid rgba(255, 255, 255, .9);
    border-radius: 12px;
    margin-left: 15px;
}

.scroll
{
    overflow-y: auto;
    max-height: 230px;
}

.vaca-icone 
{
    width: 30px;
    height: 30px;
}

#estado
{
    text-align: center;
}

#historico 
{
    width: 84%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#historico th,#historico td 
{
    border: 2px solid rgba(255, 255, 255, .9);
    height:36px;
    font-size: 20px;
    text-align: center;
}

#campoTentativa
{
    font-family: "Inconsolata", monospace;
    color:white;
    font-size: 20px;
    background-color: rgba(0,0,0, 0.5);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .9);
    width: 100px;
    height: 50px;

    margin-top: 40px;
    margin-left: 75px;
    margin-right: 40px;
}

#botaoTentativa
{
    font-family: "Inconsolata", monospace;
    color:white;
    font-size: 20px;
    background-color: rgba(150, 16, 16, 0.5);
    text-align: center;
    border: 2px solid rgba(255, 255, 255, .9);
    width: 100px;
    height: 50px;

    margin-top: 40px;
}

#botaoTentativa:hover
{
    background-color: rgba(233, 158, 158, 0.75);
    color:rgb(32, 28, 28);
}

#botaoReiniciar
{
    font-family: "Inconsolata", monospace;
    color:white;
    font-size: 17px;
    background-color: rgba(150, 16, 16, 0.5);
    text-align: center;
    border: 2px solid rgba(255, 255, 255, .9);
    width: 100px;
    height: 50px;

    margin-top: 40px;
    margin-left: 35px;
}

#botaoReiniciar:hover
{
    background-color: rgba(233, 158, 158, 0.75);
    color:rgb(32, 28, 28);
}

.vacaTransparente
{
    width:auto;
    height: 111px;
}

.textoQueimando
{
    width:auto;
}