body {
    font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
    font-size: 1em;
    background-color: black;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
  }
  
  .thumbnails-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  
  .thumbnail {
    display: inline-block;
    width: 120px;
    height: 90px;
    margin-right: 10px;
  }

  #select1, #wrestlerDropdown, #teamdropdown, input {
  font-size: 1em;
  border: 2px solid #AD752F;
  border-radius: 5px;
  padding: 5px;
  margin: 10px;
  margin-bottom: 0;
  background-color: #F9D77F;
  color: black;
}

#select1:focus, #wrestlerDropdown:focus, #teamdropdown:focus, input:focus {
  outline: none;
  border-color: #C38C39;
}

#select1 option, #wrestlerDropdown option, #teamdropdown option {
  background-color: #F9D77F;
  color: black;
}

#select1, #wrestlerDropdown, #teamdropdown {

  background-image: url('dropdown-arrow.svg');
  background-repeat: no-repeat;
  background-position: right 5px center;
}
#gold {
  background: linear-gradient(130deg, white,#F9D77F, #F6D166, #C38C39, #AD752F,#AD752F, #C38C39, #DCA742, #EEBE50, #F9D77F, #AD752F);
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-bottom: 0;
}
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background-color: #F9D77F;
     font-family: Arial, Helvetica, sans-serif;
  }
  
  td, th {
    border: 1px solid black;
  }
  

  #square, #square2 {
    padding: 25px;
    border: 100px;
    border-color:black;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
    align-self: flex-start; 
    margin-bottom: 0;
    padding-bottom: 0;
    
  }


  #disclaimer {
    color: white;
    margin-bottom: 0;
    margin-top: 10px;
  }

  h1 {
    color: white;
    background-color: black;
    text-align: center;
    margin-top: 0; 
    
  }
  
  h2 {
    color: white;
    background-color: black;
    text-align: center;
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;


  }

  h3 {
    color: white;
    background-color: black;
    text-align: center;
   width:270px;
  }

  #fontskew {
transform: scale(1.5, 1)
  }

  ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
  }

  button {
    background: linear-gradient(130deg, white,#F9D77F, #F6D166, #C38C39, #AD752F,#AD752F, #C38C39, #DCA742, #EEBE50, #F9D77F, #AD752F);
    background-size: cover;
    border-color: #AD752F;
    padding: 10px;
    margin: 10px;
    font-size: 1em;
    color: black;
  }

  #addButton, #subButton {
    width: 50px;
  }

img {
    width:100%;
    max-width: 320px;
}