.lineUpPitch {
  height: 400px;
  position: relative;
}
.lineUpPlayer {
  position: absolute;
  z-index: 1000;
  padding: 5px;
  color: #000000;
  text-shadow: 1px 1px 10px rgb(0, 0, 0);
  font-size: 12px;
  text-align: center;
}

.lineUpLine {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.ST {
  top: 25px;
}

.RSTimage,
.LSTimage {
  top: 20px;
}

.LST {
  left: 40px;
}

.RST {
  right: 40px;
}

.CM {
  top: 138px;
}

.LM {
  left: 10px;
}
.LMimage,
.RMimage,
.LCMimage,
.RCMimage {
  top: 145px;
}
.RM {
  right: 10px;
}

.LCM {
  left: 70px;
}

.RCM {
  right: 70px;
}

.CB {
  top: 230px;
  font-size: 12px;
}
.LB {
  left: 10px;
}
.LBimage,
.RBimage,
.LCBimage,
.RCBimage {
  top: 250px;
}
.RB {
  right: 10px;
}

.LCB {
  left: 70px;
}

.RCB {
  right: 70px;
}

.GK {
  top: 305px;
  font-size: 12px;
}
.GKimage {
  top: 315px;
}
