/* .main {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    overflow: auto;
    display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  } */
#main{
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 2%;
    overflow: auto;
    flex: 1 1 auto;
    padding: 1%;
 
}
body
{
    background-image: url("./img/fondo.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    font-size: 36px;
    
}
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Color negro semitransparente */
    z-index: -1; /* Coloca la superposición detrás del contenido */
}
#terminal{
    text-align: left;
    height: 96vh;
}
#terminal-container{
    height: 96vh;
}
#box {
    display: flex;
    flex-flow: column;
    height: 100%;
    margin-left: 1%;
    margin-right: 1%;
  }
#jug_o_id{
    display: none;
}
#boton{
    font-size:36px;
}
input{
    font-size: 36px;
}
input[type="radio"]{
    transform: scale(2);
    margin-right:1%;
}