
body {

  background-color: black;
}

#text {
  background-color: black;
  color: white;
  padding: 10px;
}

#game {
  max-width: 500px;
  max-height: 480px;
  background-color: black;
  color: white;
  margin: 0 auto;
  padding: 10px;
}

#controls {
  border: 1px whitesmoke;
  padding: 5px;
}

#stats {
  border: 1px whitesmoke;
  color: whitesmoke;
      padding: 5px;
 }
 
 #monsterStats {
     display: none;
     border: 1px whitesmoke;
     color: white;
     padding: 5px;
     background-color: red;
 }
 
 .stat {
     padding-right: 10px;
 }


/* Footer styling */
.site-footer {
 
  color: whitesmoke;
  text-align: center;
  padding: 20px 0;
  font-family: Arial, sans-serif;
}

.site-footer p {
  margin: 0;
  font-size: 14px;
}


/* Social icons container */
.social-icons {
  margin-top: 10px;
}

.social-icons a {
  color: #fff;
 
  margin: 0 10px;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s, color 0.3s;
}
