body{
    background-color:rgb(13, 13, 13);
    font-family: courier;
  }
h1 {
    color: pink;
}
h2 {
    color: pink;
}
h3 {
    color: pink;
}
p {
    color: pink;
}
ul {
    color: pink;
}
li {
    color: pink;
}
a {
    color: pink;
}
.tab > .tablinks {
  background-color: #131313;
  border: none;
  color: pink;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.tab {
    background-color: pink;
    width: fit-content;
}
#tabdivider{
    background-color: pink;
    width: 100;
    height: 5px;
}
#topImage_and_return{
    background-image: url("images/gamesiteheader.png");
    
    width:1536px;
    height:512px;
    
}
.return{
    position: relative;
    top: 460px;
    left: 688px;

    background-color: #131313;
    border: none;
    color: pink;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    /* display: inline-block; */
    font-size: 16px;

}
.tab button:hover {
    background-color: pink;
    color: #131313;
}
.tab button.active {
    background-color: rgb(255, 142, 161);
    color: #131313;
}
.tabcontent {
    display: none;
}
.tabcontent {
    width: 1536px;
    animation: fadeEffect 1s;
}

.tabcontent > img{
    margin-left: calc(50% - (960px/2));
}

.TabDetails{
    width: 50%;
    float:left;

}
.TabImages {
    float: left;
    width: 50%;
    height: fit-content;
    margin-top: auto
}

.TabRight {
    display: block;
    margin: auto;
    
}

#disclaimer1 {
    width: fit-content;
    margin: auto
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}