body{
background:#05010a;
color:#eee;
font-family:'Cinzel', serif;
text-align:center;
}
h1{
color:#b5179e;
text-shadow:0 0 10px #7209b7;
}
.panel{
border:1px solid #7209b7;
margin:10px;
padding:10px;
background:#140025;
box-shadow:0 0 10px rgba(114,9,183,0.5);
}
button{
background:#ff006e;
color:white;
padding:10px;
margin:5px;
border:none;
box-shadow:0 0 10px #ff006e;
}
.bar{
width:100%;
height:20px;
background:#222;
margin:10px 0;
}
#enemyBar{
height:100%;
width:100%;
background:linear-gradient(red,orange);
}
.damage{
font-size:24px;
color:gold;
}
.log{
height:150px;
overflow:auto;
}
