#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/Assets/background_art_valorant.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    font-family: pf-uniform, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgb(225, 38, 38);
  }
  
  #result {
    font-size: 36px;
  }

  #bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 51px;
    background-color: black;
    color: #fff;
    text-align: center;
    line-height: 50px;
  }
  
  #bottom-bar a {
    color: #fff;
    text-decoration: underline;
  }
  
  #h2p{
    background-color: #5f5e5e;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 96%;
  }
  li.h2p{
    font-size: large;
  }
  img {
    width: 60%; /* or any custom size */
    height: 60%; 
    object-fit: contain;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
  width: 65%;
  height: 50%;
  
  }

  .flex-container > div {
  background-color: #f1f1f1;
  width: 600px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  font-family: pf-uniform, sans-serif;
  font-style: normal;
  font-weight: 400;
  align-items: center;
  }

  .button {
   background-color: #4CAF50;
   border: none;
   color: white;
   padding: 15px 32px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 16px;
  }
  
  .button:hover {
    background-color: #2980b9;
  }

  .button-small {
   background-color:  rgb(225, 38, 38);
   border: none;
   color: white;
   padding: 5px 10px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 16px;
  }

  .button-small:hover {
    background-color: #2980b9;
  }

  .names {
    padding: 3px 10px;
    background-color: white;
    text-align: center;
  }

.customColor{
  background-color: rgb(225, 38, 38);
  color: white;

}

.customCenterbox{
  text-align: center;
  justify-content: center;
  color: white;
}

.centering{
  flex: auto;
  justify-content: center;
  display:inline-block;
  width:20em;
}

ul.checkbox  { 
  margin: 0; 
  padding: 0; 
  margin-left: 20px; 
  list-style: none;
} 

ul.checkbox li input { 
  margin-right: .25em; 
} 

ul.checkbox li { 
  border: 1px transparent solid; 
  display:inline-block;
  width:12em;
} 

#btnToggleCharList{
  margin-top: 2em;
}

ul {
  columns: 5;
  list-style: none;
}
#top-bar { 
  display: flex;
  flex-direction: column-reverse;
  background-color: #000000;
  color: white;
  text-align: center;
  font-family: pf-uniform, sans-serif;
  font-style: normal;
  width: 100%;
  position: fixed;
  top: 0;
}