
#allfield{
    text-align: center;
    background: rgba(140,252,247,1.00);
    width: 90%;
    margin: 20px auto;
    padding: 10px ;
}

#battlefield{
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

#myarea{
    width: 30%;
    height: 250px;
    background: rgba(255,246,173,1.00);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#judgefield{
       width: 30%;
    height: 250px;
    background: rgba(255,199,151,1.00);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#judgefield div{
    font-size: 4em;
    
}


#enemyarea{
    width: 30%;
    height: 250px;
    background: rgba(255,246,173,1.00);
    display: flex;
    align-items: center;
    justify-content: space-around;
    
}

#start{

}

#myarea img,#enemyarea img, #judgefield img{
    width: 30%;
    border: 2px solid rgba(255,255,255,1.00);
    padding: 3px;
}
#result{
    width: 50%;
    background: rgba(141,240,202,1.00);
    border: 1px solid rgba(247,143,145,1.00);
    height: 100px;
    margin: 10px auto;
    text-align: center;
}

#resultColor{
    font-size: 2em;

}

#resultTable{
    border-collapse: collapse;
    
}
#resultTable td{
    border: 1px solid rgba(0,0,0,1.00);
    width: 60px;
    height: 60px;
}
@media (max-width: 428px){
    body{
        background: rgba(207,216,255,1.00);
    }
    
}







