.pitch.football{background-color:#4CAF50;position:relative;border:2px solid white;box-sizing:border-box}.pitch.football:before{background-image:repeating-linear-gradient(90deg,transparent,transparent calc(10% - 1px),rgba(255,255,255,.7) calc(10% - 1px),rgba(255,255,255,.7) 10%)}.pitch.football:after,.pitch.football:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.pitch.football:after{background-image:repeating-linear-gradient(90deg,transparent,transparent calc(2% - 1px),white calc(2% - 1px),white 2%),repeating-linear-gradient(90deg,transparent,transparent calc(2% - 1px),white calc(2% - 1px),white 2%);background-size:100% 2%,100% 2%;background-position:0 30%,0 70%;background-repeat:no-repeat,no-repeat}.player.offense-team{background-color:#0000FF;color:white}.player.defense-team{background-color:#FF0000;color:white}.player{font-size:.6rem}.ball.football-ball{width:2.5%;height:4%;background-color:#8B4513;border-radius:50%/60%;border:1px solid black}