
header {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}
nav {
    display: flex;
    align-items: center;
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}
.button-class {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 15px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.button-class-current {
    background-color: #6F2DA8;
    color: black;
    border: none;
    padding: 8px 15px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.button-class:hover {
    background-color: #0056b3;
}
#HomePageColor {
    background-color: #E8E8E8;
}
#GamesPageColor {
    background-color: #FF5252;
}
#UpcomingPageColor {
    background-color: #99FFA3;
}
#AboutPageColor {
    background-color: #DBFBFF;
}
#SecretPageColor {
    background-color: #FAFFAD;
}
.TitleText {
    background-image: url(https://thingbaker.com/storage/2013.11/c2d27c42935178d6a91590eb0fbd06d6.jpg);
    background-size: cover;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
