body{
  background:#0f1220;
  color:#fff;
  font-family:Arial;
  text-align:center;
}
.app{padding:20px;}
.menu{position:absolute;right:20px;top:20px;cursor:pointer;}
.mona-area img{width:240px;cursor:pointer;}
.energy-bar{
  width:100%;
  height:12px;
  background:rgba(255,255,255,0.15);
  border-radius:10px;
  overflow:hidden;
  margin:10px 0;
}
.energy-bar-fill{
  height:100%;
  width:0%;
  background:#6c7cff;
}
.buttons button{
  width:45%;
  margin:10px 2%;
  padding:12px;
  border:none;
  border-radius:10px;
  background:#6c7cff;
  color:#fff;
  cursor:pointer;
}
.box{
  background:rgba(255,255,255,0.06);
  padding:14px;
  border-radius:10px;
  word-break:break-all;
}



