body{
     background: url(estatistica.jpg)	;
    font: normal 15pt Arial;
    overflow-x: hidden;
    overflow-y: scroll;
}
h1{

    font-style: italic;
    color: #eee6f7;
}
header{
    color: white;
    text-align: center;
}

#operador p{
   
    font-size: 15px;
    
   

}

section{
    background: url(estatistica.jpg)	;
    border-radius: 10px;
    padding: 10px;
    width: 800px;
    margin: auto;
    text-align: center;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.418);
}

footer{
    color: white;
    text-align: center;
    font-style: italic;
}

#operador {
    display: flex;
    align-items: baseline;
    position: relative;
    left: 90px;
    top:50px;
    
  
}

#txt-numero {
    margin-right: 0.3rem;
    width:60px;
}

#box {
    display: flex;
    align-items: flex-start;
    position: relative;
     left:90px;
     top: 40px;
     width: 300px;
     
    
}


label{
   position: relative;
    font-size: 15px;
    top:-30px;
    left:70px;
   

}

#select-resultado2{
    position: relative;
    width: 250px;
    height: 250px;
    top:-25px;
    border: none;
    }


#select-resultado{
position: relative;
width: 250px;
height: 250px;
border: none;

}


#operador2 {
    display: flex;
    align-items: baseline;
    position: relative;
    top:-255px;
    left: 500px;
}

#txt-numero2 {
    margin-right: 0.3rem;
    width:60px;
}

#box2 {
    display: flex;
    align-items: flex-start;
    position: relative;
    top: -247px;
    left: 500px;
    
    
 
}













@media screen and (max-width: 600px) {
    body{
       background: url(estatistica.jpg)	;
        font: normal 15pt Arial;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    h1{
    
        font-style: italic;
        color: rgb(26, 1, 24);
    }
    header{
        color: white;
        text-align: center;
    }
    
 
    
    section{
        background: url(estatistica.jpg)	;
        border-radius: 10px;
        padding: 30px;
        width: 390px;
        margin: auto;
        text-align: center;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.418);
    }
    
    footer{
        color: white;
        text-align: center;
        font-style: italic;
    }
    
    #operador {
        display: flex;
        align-items: baseline;
        position: relative;
        left: 90px;
        top:-10px;
        
      
    }
    
    #txt-numero {
        margin-right: 0.3rem;
        width:60px;
    }
    
    #box {
        display: flex;
        align-items: flex-start;
        position: relative;
         left:90px;
         top: 40px;
         width: 300px;
         
        
    }
    
    
    label{
       position: relative;
        font-size: 15px;
        top:-30px;
        left:70px;
       
    
    }
    
    #select-resultado2{
        position: relative;
        width: 200px;
        height: 290px;
        top:250px;
        border: none;
        right:410px;
        }
    
    
    #select-resultado{
    position: relative;
    width: 200px;
    height: 290px;
    border: none;
    top:-45px;
    }
    
    
    #operador2 {
        display: flex;
        align-items: baseline;
        position: relative;
        top:20px;
        left: 90px;
    }
    
    #txt-numero2 {
        margin-right: 0.3rem;
        width:60px;
    }
    
    #box2 {
        display: flex;
        align-items: flex-start;
        position: relative;
        top: -247px;
        left: 500px;
        
        
     
    }
}
