body{
  background-color: purple;
}
p{
  font-family: 'Courgette', cursive;
  text-align: center;
  font-size: 1.3rem;
  color: yellow;
}
.top-div{
  font-family: 'Fredoka One', cursive;
  letter-spacing: 1.7px;
  font-size: 2rem;
  padding:6px 2% 2%;
  text-align: center;
  color: yellow;
}
.container{
  text-align: center;
  display: block;
}
.player-1{
  font-family: 'Courgette', cursive;
  text-align: center;
  font-size: 1.2rem;
  margin: auto 1.3rem;
  color: yellow;
  display: inline-block;
}
.player-2{
  font-family: 'Courgette', cursive;
  text-align: center;
  font-size: 1.2rem;
  margin: auto 1.4rem;
  color: yellow;
  display: inline-block;
}
.bottom-div{
    justify-content: center;
    margin:5% auto;
    margin-bottom: 15px;
    text-align: center;
}
#btn {
  height: 5rem;
  width: 5rem;
  background: yellow;
  background-image: -webkit-linear-gradient(top, yellow, yellow);
  background-image: -moz-linear-gradient(top, yellow, yellow);
  background-image: -ms-linear-gradient(top, yellow, yellow);
  background-image: -o-linear-gradient(top, yellow, yellow);
  background-image: linear-gradient(to bottom, yellow, yellow);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: purple;
  font-size: 20px;
  padding: 10px;
  border: solid purple 3px;
  text-decoration: none;
}

}
#btn:hover {
  background:yellow;
  background-image: -webkit-linear-gradient(top, yellow, yellow);
  background-image: -moz-linear-gradient(top, yellow, yellow);
  background-image: -ms-linear-gradient(top, yellow, yellow);
  background-image: -o-linear-gradient(top, yellow, yellow);
  background-image: linear-gradient(to bottom, yellow, yellow);
  text-decoration: none;
}

@media (max-width:600px){
  .top-div{
    align-items: center;
    justify-content: center;
  }
  .container{
    justify-content: center;

  }
  .player-1{
    display: block;
    margin:8px;
  }
  .player-2{
    display: block;
    margin:8px;
  }
}
