body {
  background-color: black;
}

.container{
  display: flex;
  flex-direction: column;
  text-align: center;
}

.refresh-Me{
  color: antiquewhite;
  font-size: 5rem;
}
.player-status{
  color: yellow;
  font-size: 3rem;
}

.player-container{
  display: flex;
  justify-content: center;
  gap: 100px;
}

.player{
    color: antiquewhite;
  font-size: 2.5rem;
}

.dice-container{
  display: flex;
  justify-content: center;
  gap: 60px;
}

.dice-image{
  width: 150px;
}

.player-status-container{
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-bottom: -80px;
}