

.youWin{
  font-family: wheelOfFortune;
  border: 5px solid black;
  background-color: white;
  margin: auto;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  width: 30%;
  text-shadow: .5px 1px black;
  /*animation: 3s infinite alternate slidein;*/
}

.bankrupt{
  background-color: black;
  color: black;
  text-shadow: .5px 1px white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  border: 3px solid rgb(255, 255, 255);  

  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  -webkit-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
  width: 20%;
}

.currentPrize{
  background-color: white;
  color: white;
  text-shadow: .5px 1px black;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  border: 3px solid rgb(0, 0, 0);  

  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  -webkit-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
  width: 20%;
}

/*@keyframes youWin{
  from {
    margin-left:100%;
    width:300%
  }
  
  to {
    margin-left:0%;
    width:100%;
  }
}*/

.continueButton{
  margin-top: 12%;
  margin-bottom: 5%;
  -webkit-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
  color: rgb(217, 255, 0); 
  text-shadow: .5px 1px black;
  background-color: rgb(0, 141, 47);
}

