* {
  //border: 1px solid red !important;
}

body {
  background-color: #f5ec9f;
}

.container {
  margin-top: 20px;
  border: 2px solid blue;
  background-color: #9fc0f5;
  border-radius: 12px;
}

h1, h2, h3, p, button {
  text-align: center;
  font-family: 'Permanent Marker', cursive;
  color: #f5c19f;
  -webkit-text-stroke: 1px black;
  text-shadow: 2px 2px 8px #ce28d1;
}

h1 {
  font-size: 60px;
}

p {
  font-size: 30px;
  color: #e49ff5;
}

button {
    border: 2px solid blue;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: #9fc0f5;
    border-radius: 12px;
}

button:hover {
  background-color: #e49ff5;
}

.player_choices, button, h2 {
  text-align: center;
  font-size: 50px;
  margin-top: 20px;
}

.blinking {
	animation:blinkingText 0.8s infinite;
  //box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

@keyframes blinkingText {
	0%{		color: #000;	}
	49%{	color: #f5c19f;	}
	50%{	color: #f5c19f;	}
	99%{	color: #f5c19f;	}
	100%{	color: #000;	}
}

#pc_img, #cc_img {
  width: 300px;
  display: block;
  margin: auto;
}

#rr {
  margin-top: 80px;
}
