body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-image: url(/img/bg_79.gif);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: sans-serif, Arial, Helvetica, sans-serif;
    overflow: hidden;

}
.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    scale: 1.3;
}
.fundo{
    background-color: rgba(27, 35, 28, 0.9);
    border-radius: 20px;
    padding: 20px 20px;
}
.fundo-h1{
    text-align: center;
    color: white;
}
#fundo-resposta{
    text-align: right;
    color: black;
    background-color: white;
    width: 175.146px;
    min-height: 30px;
    word-wrap: break-word;
    margin: 0;
    font-size: 25px;
    border:none;
    outline: none;
}
.fundo-conteudo{
    display: flex;

    padding-top: 20px;
}
.fundo-conteudo-number{
    font-size: 0px;
}
.fundo-conteudo-number button{
    height: 45px;
}
.fundo-conteudo-number button:hover, .fundo-conteudo-operadores button:hover{
    background-color: #252826;
}
.fundo-conteudo-number button:active, .fundo-conteudo-operadores button:active{
    background-color: black;
}
.fundo-conteudo-number button, .fundo-conteudo-operadores button{
    padding: 4px 15px;
    color: white;
    background-color: #363f38;
    border: 1px solid black;
    border-radius: 4px;
    cursor:pointer;
    outline: none;
    font-weight: 700;
}
.fundo-conteudo-operadores{
    display: flex;
    flex-direction: column;
}
.fundo-conteudo-operadores button{
    background-color: orange;
    color: white;
    height: 25.7px;
}
.btn-resultado{
    height: 26px;
}
.material-symbols-outlined{
    font-size: 17px;
}
