@font-face{font-family:'harbour';src:url('lib/PFPlasmaticHeavy-Regular.ttf')}
@font-face{font-family:'harbour_2';src:url('lib/courbd.ttf')}

body{
    margin: 0;
    font-family:'Press Start 2P', cursive;
    user-select: none;
    font-family:'harbour', cursive;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    }
    
    #full-area {
        width: 100%;
        height: 100vh;
        user-select: none;
        background-size: cover;
        overflow: hidden;
        background: #000;
        background: url('./media/Game\ Background.jpg');
        background-repeat: no-repeat;
        background-size: cover;
      }
      #full-area #game-area {
        width: 1024px;
        height: 600px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        border-radius: 0px;
        overflow: hidden;
        background-size: cover;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.124);
        background-color: transparent;
        display: block;
      }

#keyboard{
  position: relative;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

#keyboard2{
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
}

#input1, #input2 {
    font-family: 'harbour_2';
}

#input1{
  border: 3px solid black;
  width: 350px;
  height: 55px;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 22px;
  border-radius: 3px;
}
#input2{
  border: 3px solid black;
  background-color: #231F20;
  margin-top: 15px;
  width: 350px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 3px;
}
#input{
  margin-left: 100px;
  text-align: center;
  text-align: center;
  color: white;
  font-size: 20px;
  outline: none;
}

#word{
  text-align: center;
  color: white;
  font-size: 20px;
  outline: none;
}
#keys{
  position: absolute;
  display: block;
  margin-left: -50px;
}

.up{
  position: relative;
  width: 60px;
  margin-right: -3.8px;

  margin-top: 84px;
  cursor: pointer;
}


.bottom{
  position: relative;
  width: 60px;
  margin-right: -3.8px;
  margin-top: 63px;
  cursor: pointer;
}
#third{
  position: relative;
  margin-top: 16px;
  margin-left: 10px;
}

#space{
  position: relative;
  margin-left: 10px;
  width: 55px;
  cursor: pointer;
}

#delete-key{
width: 52px;
margin-left: 301px;
margin-top: 3px;
cursor: pointer;
}

   /*win screen*/

   #win{
    position: absolute;
    top:45%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 550px;
  }

  #win_screen{
    position: absolute;
    width: 1024px;
    height: 600px;
    display: none;
  }

  #wintext{
    position: absolute;
    top:47%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    text-align: center;
  }

  #again{
    position: absolute;
    top:78%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
  }

  /*end win screen*/

  #bar{
    position: absolute;
    width: 100%;
    height: 10%;
    margin-top: 40px;
    background-color: #2A2627;
    display: flex;
    justify-content: center;
    align-items: center;
  }

    /* timer */
   

.stopwatchApp {
  position: absolute;
  color: white;
  font-size: 25px;
  height: auto;
  z-index: 99;
  margin-top: -30px;

}
.stopwatchApp .timeDisplay {

  margin: 40px 0 20px;
  display: flex;
  align-items: center;
  z-index: 99;
  

}
.stopwatchApp .buttonWrapper {
  display: flex;
  gap: 40px;
}
.stopwatchApp .buttonWrapper button {
  font-size: 1.5rem;
  padding: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 999;
  position: fixed;
}


button.startStopwatch {
  color: #008000;
  background-color: rgba(0, 128, 0, 0.5);
  border: 2px solid green;
  transition: ease-in-out 250ms;
  cursor: pointer;
  display: none;
}

button.startStopwatch:hover {
  color: #006600;
  background-color: rgba(0, 102, 0, 0.5);
  border: 2px solid #006600;
  cursor: pointer;
}

button.startStopwatch:active {
  color: #004d00;
  background-color: rgba(0, 77, 0, 0.5);
  border: 2px solid #004d00;
  cursor: pointer;
}

#right{
  position: absolute;
  margin-left:700px;
  width: 25.5px;
  height: 42px;
  cursor: pointer;
  opacity: 50%;
  background-color: transparent;
  border: none;
  background: url("./media/arrow-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
  
  
}

#move{
  position: absolute;
  display: none;
  color: rgb(48, 192, 55);
  text-align: center;
  width: 350px;
  justify-content: center;
  font-size: 17px;
  left: 55.5%;
  margin-top: 6px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}