<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "compass/css3";

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  z-index: 40;
  overflow-x: hidden;
  height: 100%;
}

.containerx {
width: 100%;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.container a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  left: 10px;
}

.container .type {
   position: relative;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   padding: 5px 0;
   width: 70%;
   left: 386px;
   top: 100px;
   color: white;
   background-color: sandybrown;
   border-radius: 5px;
   padding: 3px;
   text-align: center;
}
.mt-5 {
  color: black;
  text-align: center;
  position: relative;
  top: -30px;
  left: 290px;
}
.wrapper {
  background-color: #FFF;
  border-radius: 2px;
  box-shadow: 0px 2px 1px 0px #DDD;
  box-sizing: border-box;
  height: 300px;
  left: 550px;
  margin: -150px 0 0 -150px;
  position: absolute;
  top: 370px;
  width: 65%;

}

.input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #CCC;
  color: #555;
  box-sizing: border-box;
  font-family: 'Arvo';
  font-size: 18px;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -100px;
  padding: 10px 0px;
  position: relative;
  top: 50%;
  width: 200px;
}
.input:focus {
    outline: none;
}

input::-webkit-input-placeholder {
  color: #AAA;
}

input:focus::-webkit-input-placeholder {
  color: dodgerblue;
}

.input:focus+.underline {
  transform: scale(1);
}

.underline {
  background-color: dodgerblue;
  display: inline-block;
  height: 2px;
  left: 50px;
  margin-top: -4px;
  position: absolute;
  top: 185px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 202px;
}


font {
  color: white;
}

#wordsDisplay {
  position: relative;
  top: 60px;
  left: 387px;
  color: black;
  font-family: 'Courier New', Courier, monospace;
  font-size: 30px;
  width: 305px;
  text-align: center;
  font-weight: 600;
}
#userDetails {
  position: absolute;
  top: 230px;
 float: right;
 left:740px;
  color: white;
  background-color: sandybrown;
  width: 300px;
  text-align: center;
  border-radius: 5px;
}

#score {
  position: relative;
  top: 0px;
  left: 20px;
  color: white;
  background-color: sandybrown;
}

#time {
  text-align: center;
}

#time p {
  position: relative;
  top: 400px;
  left: 385px;
  color: white;
  background-color: sandybrown;
  width: 69%;
  border-radius: 5px;
  padding: 3px;
 }

#timeLeft {
  position: relative;
  top: 353px;
  left: 350px;
  color: white;
  font-size: 1.3em;
  background-color: sandybrown;
}

#sec {
  position: relative;
  top: 52px;
  left: 648px;
  font-size: 1.3em;
  color: white;
  background-color: sandybrown;
  margin-right: 5px;
}
/* 
.type {
  width: 60%;
  text-align: center;
  left: 374px;
 padding-right: 5px;
} */

.secds {
  width: 15%;
  height:34px;
 padding-right: 15px;
  top: 50px;
  text-align: center;
  left: 660px;
  position: relative;
  color: white;
  /* background-color: red; */
}

b {
  color: black;
  text-transform: capitalize;;
}

#user {
  position: relative;
  top: 180px;
  right: 310px;
  float: right;
  color: black;
  font-weight: 600;
  font: 33px;
  font-family: 'Courier New', Courier, monospace;
}

#output {
  position: relative;
  color: black;
  float: right;
  left: 776px;
  font-size: 28px;
  top: 184px;
}

#playerN {
  color: black;
}

.newP {
  position: relative;
  left: 40px;
  top: 120px;
}

.navbar-brand {
  position: relative;
  left: -90px;
}

/* .logo {
  position: absolute;
  width: 200px;
  height: 164px;
  left: 250px;
  top: 420px;
} */

/* .kiwi {
  fill: #94d31b;

}
.kiwi:hover {
  fill: #ace63c;
}

.ground {
  fill: #787f6a;
}
.ground:hover {
  filter: url(#pictureFilter);
  fill: #896d3d;
} */

#messageP {
  display: none;
  position: relative;
  top: -16px;
  width: 100px;
  left: -45px;
  text-align: center;
  color: white;
  background-color: sandybrown;
  width: 112%;
  border-radius: 5px;
  padding: 3px;
}

.instructions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #787f6a;
  width: 25%;
  height: 45%;
  color: white;
  position: absolute;
  left: 60px;
  top: 60px;
  margin: 5px;
  text-align: center;
  margin-bottom: 350px;
  padding: 1em 2em;
}

.instructions p {
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #787f6a;
  position: relative;
  left: 0px;
  top: 20px;
  width: 100%;
  opacity: 0.8;
  text-align: center;
  height: 50%;
}

.rightDetails {
  position: relative;
  top: -100px;
  left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.instructions p:hover {
  scale: 1.1;
  cursor: pointer;
  opacity: 1;
}

 #clearPlayer { 
  position: absolute;
  width: 15%;
  top: 80px;
  left: 8em;
  z-index: 100;
}


.modal-header .modal-title {
  margin-left: 6.5em;
}

/* input*/
#name {
  left: 1.9em;
  text-align: center;
}

.modal-dialog-centered .modal-content {
  padding: 4em 2em;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-self: center;
}

.modal-header .close span {
  font-size: 1.4em;
  background-color: red;
  border-radius: 50%;
  padding: 3px 10px;
  color: #fff;
  position: absolute;
   top: -15px;
  left: 476px; 
  z-index: 100;
}

/* game info*/
.gameInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background: yellow; */
  padding: 1em;
  position: absolute;
  width: 30%;
  height: 50%;
  top: 600px;
  left: 462px;
}

.section {
  position: absolute;
  top: -1em;
}

#corWrong {
  position: relative;
  left: -50px;
  top: -19px;
  color: white;
  font-size: 1.3em;
  width: 112%;
  margin: 5px 5px;
  padding: 3px;
  border-radius: 3px;
   display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: sandybrown;
}

.enemy {
  /* left: 500px;
  position: absolute;
  top:600px;
  color: white;
  /* background-color: sandybrown; */
  /* width: 120px;
  text-align: center;
  border-radius: 5px; */ 
}

.enemyContainer {
  position: relative;
  top: -35px;
}

#enemyLife {
  color: white;
  background-color: sandybrown;
  position: relative;
  top: -68px;
  font-size: 1.1em;
  left: 85px;
  border-radius: 5px;
  padding: 3px;
}
.plife {
  left: -44px;
  position: relative;
  width: 112%;
  top: -24px;
  color: white;
  background-color: sandybrown;
  border-radius: 5px;
  padding: 3px;
}

#modalContainer {
	background-color:rgba(0, 0, 0, 0.3);
	position:absolute;
  top:0;
	width:100%;
	height:100%;
	left:0px;
	z-index:10000;
  /* background: url('../img/drop.jpg') no-repeat center center fixed;required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position:absolute;
  width:43%;
  height: 25%;
	min-height:100px;
  max-height:400px;
	margin-top:50px;
	border:1px solid #fff;
	background-color:#fff;
	background-repeat:no-repeat;
  top:30%;
  left: 200px;
}

#modalContainer &gt; #alertBox {
  position: absolute;
    left: 10px;
    top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#alertBox h1 {
	margin:0;
	font:bold 1em Raleway,arial;
	background-color:#f97352;
  color:#FFF;
  text-align: center;
	border-bottom:1px solid #f97352;
	padding:10px 0 10px 5px;
}

#alertBox p {
 height:50px;
	padding-left:5px;
  padding-top:30px;
  text-align:center;
   vertical-align:middle;
  visibility: hidden;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:10px auto 10px auto;
  padding:7px;
	border:0 none;
	width:170px;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#f97352;
	border-radius: 0px;
	text-decoration:none;
  outline:0!important;
} 

.footer {
  position: relative;
  min-width: 100vw;
left: 0px;
  margin-top: 44em;
  bottom: -30em;
  text-align: center;
  display: flex;
  justify-content: center;
}

/* unrelated styles */

 /* #mContainer {
  position:relative;
	width:600px;
	margin:auto;
	padding:5px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}

h1,h2 {
	margin:0;
  padding:4px;
}

code {
	font-size:1.2em;
	color:#069;
}

#credits {
	position:relative;
	margin:25px auto 0px auto;
	width:350px;
	font:0.7em verdana;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	height:90px;
	padding-top:4px;
}

#credits img {
	float:left;
	margin:5px 10px 5px 0px;
	border:1px solid #000000;
	width:80px;
	height:79px;
}

.important {
	background-color:#F5FCC8;
	padding:2px;

}

@media (max-width: 600px)
{
  #alertBox {
	position:relative;
	width:90%;
  top:30%;
}
} */
</pre></body></html>