body {
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
  
  }
.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
#jugador1{
    color: white;
}
#jugador2{
    color: white;
}