@import url('https://fonts.googleapis.com/css2?family=Chivo+Mono:ital,wght@1,700&display=swap');
body {
  background-color:#1c1c1c;
  color:white;
  text-align:center;
  font-family: 'Chivo Mono', monospace;
  background-image:url("doodles.png");
  background-size:800px;
  text-shadow:4px 4px 5px black;
}
.holder{
  box-shadow:10px 10px 16px black;
  background-color:#1c1c1c;
  border-image: url("squig.png");
  border-image-width: 30px;
}
#notification{
  width:500px;
  height:100px;
  bottom:130px;
  position:absolute;
  left:150px;
  border:white solid 3px;
  font-size:20px;
}
#box{
  position:absolute;
  bottom:50px;
  left:500px;
}
#command{
  background-color:black;
  color:white;
  text-align:center;
  font-family: 'Chivo Mono', monospace;
}
button{
  background-color:black;
  color:white;
  text-align:center;
  font-family: 'Chivo Mono', monospace;
}
text{
  background-color:#1c1c1c;
  border-radius:2px;
}
#battle{
  font-size:30px;
  word-spacing:9999px;
  position:absolute;
  left:400px;
  width:700px;
  height:500px;
  border:white solid 3px;
  background-image:url("blt4.gif");
  background-size:700px;
}
#location{
  position:absolute;
  width:300px;
  height:300px;
  border:white solid 5px;
  border-top:white solid 15px;
  border-right:white solid 20px;
  border-left:white solid 20px;
  left:5px;
  top:80px;
}
#tonext{
  position:absolute;
  width:300px;
  height:50px;
  border:white solid 5px;
  border-right:white solid 20px;
  border-left:white solid 20px;
  top:395px;
  left:5px;
}
#ally{
  position:absolute;
  width:200px;
  height:200px;
  border:white solid 3px;
  border-top:white solid 15px;
  border-right:white solid 20px;
  border-left:white solid 20px;
  top:340px;
  right:0px;
}
#stats{
  position:absolute;
  width:200px;
  height:50px;
  border:white solid 3px;
  border-right:white solid 20px;
  border-left:white solid 20px;
  top:552px;
  right:0px;
}
#box1{
  position:absolute;
  bottom:50px;
  left:400px;
}
#list{
  background-color:black;
  color:white;
  text-align:center;
  font-family: 'Chivo Mono', monospace;
}