body {
    margin-top:20%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #011108;
    background-image: url('https://i.pinimg.com/736x/9d/c1/39/9dc139fa4433b4c5d2fe2245ed102d73.jpg') ;
    background-repeat: none;
    width: 100%;
    height: auto;
  }
  
  #text {
    background-color: #033019;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
  }
  
  #game {
    max-width: 800px;
    max-height: 40%;
    background-color: #314162;
    color: #ffffff;
    margin: 30px auto 0px;
    padding: 10px;
    border-radius: 5px;
    align-items: center;
  }
  
  #controls,
  #stats {
    border: 1px solid #001d01;
    padding: 5px;
    color: #ffffff;
    align-items: center;
    border-radius: 5px;
  }
  
  #monsterStats {
    display: none;
    border: 1px solid #0a0a23;
    padding: 5px;
    color: #ffffff;
    background-color: #3f0404;
  }
  
  .stat {
    padding-right: 10px;
  }
  
  button {
    cursor: pointer;
    color: #ffffff;
    background-color: #5f0404;
    background-image: linear-gradient(#470404, #3a0303);
    border: 3px solid #5f0404;
    border-radius: 5px;
    font-weight: bold;
  }