/* General Styles */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

body {
    font-family: 'Titillium Web', serif;
    margin: 0;
    padding: 0;
    background-color: #1a1a1a;
    color: #ddd;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),url('https://cdn.midjourney.com/b0754660-262a-4be8-a8ca-c4694fe024a5/0_3.png') no-repeat center center/cover;
}
table.center {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
table.info {

    border: 1px #fff;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border-radius: 5px;
}
.info tr:nth-child(even) { background-color: #E6AF2E;
}
.info td { padding: 10px;
}
.acctinfo {
    width: 418px;
    border: 1px solid #fff;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 6px;
    margin-bottom: 50px;
}
.acctinfo-new {
    width: 418px;
    border: 1px solid #fff;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 6px;
    margin-bottom: 50px;
}
.acctinfo.subinfo {
    background: transparent;
}
.acctinfo.doublewide {
    width: 800px;
}
.subinfo a {
    color: #FAEA94;
}
.titlebar {
    background: #FFD700;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    color: #282F44;
}
.titlebar.alert {
    background: #FF0000;
}

.titlebar.subbar {
    padding: 3px;
}
nav {
    background: rgba(255, 255, 255, 0.05); /* Transparent with a slight white tint */
    backdrop-filter: blur(3px); /* Slight blur effect */
    text-align: center;
    padding: 10px 0;
}
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
nav ul li{
    display: inline-block;
    margin: 0 15px;
}
nav ul li a{
    color: #e0e0e0;
    text-decoration: none;
    font-size: 18px;
}
nav ul li a:hover {
    color: #c9a227;
}
.text-box{
  width: 40%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.tos-text{
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.7); 
  color: white;
  border: 3px solid #f1f1f1;
  position: absolute;
  color: #fff;
  text-align: left;
  transform: translate(10%);
  width: 80%;
  padding: 25px;
}
.tos-text h1{
  text-align: center;
}
h1 {
  margin-top: 250px;
}
.hero-btn{
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.acctinfo.subinfo {
    margin-bottom: 50px; /* Adjust the value as needed */
}
.logo img {
  width: 150px; /* Resize the logo */
  height: 150px; /* Set height to 100px */
  margin-top: 50px;
  margin-bottom: -75px;
}
.hero-btn:hover{
  border: 1px solid #FFD700;
  background: #FFD700;
  color: #000;
  transition: 1s;
}
.navbar ul li a play-btn{
  color: #FFD700;
}
.card-overlay {
  background: rgba(0, 0, 0, 0.5);
}
footer {
    text-align: center;
    padding: 5px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2px);
    font-size: 12px;
}