body {
  background-image: url('/assets/BG1.png');
}

a:link {
  color: #1a0b20;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #1a0b20;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
  font-style: italic;
}

html {
  text-align: center;
  color: #1a0b20;
  font-family: verdana;
  font-size: 80%;
}

#copyright {
  font-family:verdana;
  font-size: 60%;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 5;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background: #dd9ff5;
}
 
::-webkit-scrollbar-track {
  width: 0;  
  background: #e8c2f7;
  border: 1px solid #dd9ff5;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #d178f4;
  border: 1px solid #1a0b20;
}
::-webkit-scrollbar-thumb:hover {
  background: #bf6cdf;  
  border-radius: 8px;
}

table {
  margin-right: auto; 
  margin-left: auto;
  max-height: 1000px;
}

/* Navigation */
ul {
  list-style-type: none;
  border: 1px dashed purple;
  border-radius: 8px;
  margin: auto;
  padding: 0;
  overflow: hidden;
  background-color: #d178f4;
  width: 95%;
}

li {
  align-content: center;
  display: inline-block;
  border-right: 1px dotted #1a0b20;
}

li:first-child {
  border-left: 1px dotted #1a0b20;
}

li a, .dropbtn {
  display: inline-block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #bf6cdf;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #d178f4;
  border-top: none;
  border-left: 1px solid #1a0b20;
  border-right: 1px solid #1a0b20;
  border-bottom: 1px solid #1a0b20;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  
  min-width: 110px;
  z-index: 10;
}

.dropdown-content a {
  color: #1a0b20;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-top: 1px dotted #1a0b20;
}

.dropdown-content a:hover {
  background-color: #bf6cdf;
  color: #000;
  text-decoration: underline;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Drop button hover radius. Only applies to the last option so the bottom isn't going outside the border. */
.dbtnh {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

h4 {
  text-align: left;
  font-style: italic;
  font-size: 15px;
  padding: 5px;
  margin: 0;
}

.marquee {
  width: 100%;
  max-height: 20px;
  border: 1px solid black;
  border-radius: 8px;
  background-color: rgba(221,159,245,0.6);
  z-index: 7;
}

.container {
  text-align: center;
  overflow: auto;
  min-width: 700px;
  max-width: 750px;
  margin-top: 10px;
}

.content {
  background-color: #bd92ce;
  background-image: url('/assets/BG2.png');
  border: 1px solid #1a0b20;
  border-radius: 8px;
  padding: 15px;
}

.sidecontainer{
  align-items: center;
  position: relative;
  padding: 8px;
  width: 250px;
}

.sidecontent {
  background-color: #bd92ce;
  background-image: url('/assets/BG2.png');
  border: 1px solid #1a0b20;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  overflow: auto;
}

.tiger {
  background-color:#d178f4;
  position:absolute;
  top:0;
  min-width:100px;
  border:1px dashed black;
  height: 20px;
  text-align: center;
}

.title1 {
  background-color:#d178f4;
  position:absolute;
  top:250px;
  min-width:100px;
  border:1px dashed black;
  height: 20px;
  text-align: center;
}

.bg2 {
  background-color: rgba(29, 29, 29, 0.7);
  min-height: 95%;
  width: 80%;
  margin-top: 1%;
  border: 1px dashed black;
  border-radius: 30px;
  margin-left: 10%;
  margin-right: auto;
  position: absolute;
}

.mainhr {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  clear: both;
  border-color: #1a0b20; 
  border-width: 1px 0 0 0;
  border-style: solid;
  border: 1px dashed #1a0b20;
  width: 300px;
  float: left;
}

.games {
  display: grid;
  grid-template-columns: auto auto;
  padding: 5px;
  gap: 5px;  
}
.games div {
  color: #1a0b20;
  padding: 10px;
  text-align: left;
  background: rgba(221,159,245,0.4);
  width:250px;
  border: 1px dashed black;
  border-radius: 8px;
}