.player__button{
  border: none;
  color: white;
  background-color: transparent;
  width: 35px;
  height: 35px;
  font-size: 20px;
  margin: 7px 7px 0px auto;
}

.play_buttom:hover, .pause_buttom:hover{
  cursor: pointer;
}

.button_zone{
  background-color: black;
  display: flex;
  flex-wrap: nowrap;
}

#player{ 
  width: 800px;
  height: 600px;
  box-shadow: 
    7px -7px 10px  rgb(71, 74, 81),
    -7px 7px 10px  rgb(71, 74, 81);
  display: flex;
  flex-direction: column;
}

.video_container{
  display: flex;
  flex-grow: 1;
}

.space{
  display: flex;
  flex-grow: 6;
}