body {
  max-width: 1080px;
  max-height: 1920px;
  min-width: 1080px;
  min-height: 1920px;
  margin-top: 0px;
  
}

.game{
  min-height: 1920px;
  max-height: 1920px;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.container{
  min-height: 1920px;
  max-height: 1920px;
}

.masthead{
  margin: 30% auto;
  padding-top: 25%; 
}

h2.demo{
  box-shadow: 10px 13px #FFC107;
}

#play-pause-button{
  width: 750px;
  height: 187px;
  background-size: 750px;
  margin-top: 0%;
}

.reload_button{
  width: 750px;
  height: 187px;
  background-size: 750px;
}

.intro-perks{
  top: 0;
  left: 0;
  width: 100%;
}
.intro-perks img {
  width: 20%;
}

.intro-perks .left {
  left: -36%;
  top: -260px;
}

.intro-perks .right {
  right: -34%;
  top: -10px;
}

.scream{
  top: 43%;
}

.decibelmeter{
  bottom: -1017px;
}

h2.demo{
  font-size: 120px;
  line-height: 130px;
  border-radius: 60px;
}

.scream{
  width: 100%;
}

#gift{
  left: 240px;
}

#gift li img{
  width: 62%;
}

#result_img{
  margin-top: 0%;
  padding-top: 30%;
}

img.winner{
  top: -520px;
}

.game-start{
  width: 90%;
  top: 30%;
  position: relative;
}

.wrapper{
  width: 100%;
  position: absolute;
  margin-top: 65%;
  /* background: #fff; */
  /* border-radius: 10px; */
  /* box-shadow: 0 10px 25px rgba(0,0,0,0.1); */
}
.wrapper h1{
  font-size: 25px;
  font-weight: 500;
  padding: 20px 25px;
  border-bottom: 1px solid #ccc;
}
.wrapper .content{
  margin: 25px 25px 35px;
}
.content .inputs{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inputs input{
  height: 135px;
  width: 135px;
  margin: 4px;
  font-size: 96px;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 500;
  color: #3F51B5;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  pointer-events: none;
  text-transform: uppercase;
  border: 1px solid #B5B5B5;
}
.typing-input {
  opacity: 0;
  z-index: -999;
  position: absolute;
  pointer-events: none;
}
.inputs input:first-child{
  margin-left: 0px;
}
.content .details{
  margin: 60px 0 25px;
}
.details p{
  font-size: 19px;
  margin-bottom: 10px;
}
.content .reset-btn{
  width: 100%;
  border: none;
  cursor: pointer;
  color: #fff;
  outline: none;
  padding: 15px 0;
  font-size: 17px;
  border-radius: 5px;
  background: #1BB295;
  transition: all 0.3s ease;
}
.content .reset-btn:hover{
  background: #18a589;
}

p.hint{
  font-size: 85px;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 10px;
  color: #fff;
  line-height: normal;
  margin-bottom: 46px;
}

p.guess-left{
  font-size: 85px;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff06e;
  line-height: normal;
  margin: 0 auto;
}
p.wrong-letter{
  font-size: 75px;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4aeaff;
  line-height: normal;
  margin: 0 auto;
}



