body {
  background-color: bisque;
  font-family: 'Lobster', cursive;
  /* imagen */
  background-image: url(../img/grieta.jpg); }

img {
  width: 150%; 
margin-left: -25%;
}
.hud {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center; }

.hud_champ {
  font-size: x-large;
  background-color: gray;
  color: white; }

.iconos {
  width: 100%; }

.champ_select {
  background-color: rgba(53, 53, 53, 0.705); }


  .hitbox{
    
  
    border: none;
    background-color: rgba(240, 248, 255, 0);
    border-radius: 6px;
  } 
  
  .tittle{
    margin-left: 35%;
    width: 30%;
    
  }

  .row{
    width: 75%;
  }