* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
@font-face {
  font-family: 'Pieces of Eight';
  font-style: normal;
  font-weight: normal;
  src: local('Pieces of Eight'), url('../fonts/Pieces\ of\ Eight.woff') format('woff');
  }
h1 .heading {
  font-family: 'Pieces of Eight' !important;
  font-weight:normal;
  font-size:42px
}
body
  {
  background-color: #f4c531;
  background-image: url("../images/background-2-min.jpg");
  background-size: cover;
  background-repeat: no-repeat;

  }
  .container {
  font-size: 16px;
  /* background-color: #ffffff; */
  background: rgb(255, 255, 255);
  width: 95vw;
  max-width: 47em;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 3em;
  border-radius: 0.6em;
  box-shadow: 0 1.2em 2.4em rgba(111, 85, 0, 0.25);
}
.header h1 {
  font-family: 'Pieces of Eight' !important;
  font-size: 50px;
  color: #333;
  margin-top: 30%;
}
#options-container {
  text-align: center;
}
#options-container h1 {
  font-family: 'Pieces of Eight' !important;
  font-size: 50px;
  color: #333;
}
h1, h2 {
  margin: 10px auto 10px auto;
  display: table;
  background: none;
}
h3 {
  font-size: 1.25em;;
}
.header-title {
  font-weight: 1000;
}
input[type=text] {
  text-align: center;
  min-width:280px;
  padding: 0.9em 0.01em;
  font-size: 15px;
  font-weight: bold;
  border: 3px solid #000;
  outline: none;
  border-radius: 0.2em;
  margin-bottom: 20px;
  transition: 0.3s;
  text-transform: uppercase;
}
.submit-btn {
  font-size: 1.25em;
  padding: 0.5em 1em;
  background-color: #f4c531;
  border: 3px solid #000000;
  color: #000000;
  border-radius: 0.2em;
}
input[type=text]:focus {
  border: 3px solid #000;
  box-shadow: 0 10px 20px #f4c531;
}
  input[type=button],.reveal,.skip {
  min-width:200px;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ff9100;
  outline: none;
  border-radius: 20px;
  background: #ff9100;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: 0.5s;
  display: inline-block;
}
input[type=button]:hover {
border: 1px solid #ff9100;
background: white;
color: #ff9100;
}
.reveal,.skip {
  min-width:147px;
  margin-bottom: 10px;
}
.skip {background: red; border: 1px solid red;}.skip:hover{background: white; color: red; border: 1px solid red;}
.reveal {background: black; border: 1px solid black;}.reveal:hover{background: white; color: black; border: 1px solid black;}
.all-items-center {
  position: absolute;
  left: 50%;
  margin-top: 270px;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 25px rgba(92,99,105,.2);
  padding: 20px;
  border-radius: 10px;
  background: white;
}
.qustion {
  max-width: 300px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  display: none;
}
#user-input-section {
  display: flex;
  justify-content: center;
  font-size: 1.8em;
  margin: 0.6em 0 1.2em 0;
}
.hinl-place {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 1.2em 0 2.4em 0;
}
.alert-box
{
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  outline: none;
  border-radius: 0.6em;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  left: 0;
  top: 0;
}
.new-game-popup {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0.6em;
}
.hide {
  display: none;
}
#play-again {
  font-size: 1.25em;
  padding: 0.5em 1em;
  margin-top: 1em;
  background-color: #f4c531;
  border: 3px solid #000000;
  color: #000000;
  border-radius: 0.2em;
}

