:root {
  --textColor: #000000;
  --colorBacground1: #add8e6;
  --colorBacground2: #205b6e;
  --colorBacground3: #ffffff;
  --colorShadow: 0px 0px 4px 1px #000000;
  --ghostTitle: none;
}

html{
  height: -webkit-fill-available;
}
body{
  color: var(--textColor);
  background: var(--colorBacground1);
  margin:0;
  padding:0;
}

.homePanel{
  min-height: 100vh;
}

.nav{
  height: inherit;
}
.nav .home{
  height: 56px;
  padding: 4px 64px;
  cursor: pointer;
}
.nav .discord{
  height: 32px;
  color: white;
  padding: 16px 64px;
  cursor: pointer;
  float: right;
}
.nav .discord img{
  height: inherit;
}

.bottom{
  height: inherit;
}
.footer{
  height: inherit;
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.footer p{
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  text-align: center;
  color: #c2c9cd;
}

.footer a{
  text-align: center;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  color: #c2c9cd;
  text-decoration: underline;
  cursor: pointer;
}
.gameShow{
  padding-bottom: 24px;
}
.gameShow .container{
  display: inline-flex;
  width: 100%;
  position: relative;
}
.gameShow .container .screenshoot{
  flex: 0 0 50%;
  max-width: 45%;
  margin: auto;
  box-shadow: 0px 0px 3px 1px;
}
.gameShow .container .gameIcon_Left{
  position: absolute;
  top: 0;
  height: 128px;
  width: 128px;
  left: 2.5vw;
}
.gameShow .container .gameIcon_Right{
  position: absolute;
  top: 0;
  height: 128px;
  width: 128px;
  right: 2.5vw;
}
.gameShow .container .info {
  background: rgb(128 128 128 / 20%);
  flex: 0 0 50%;
  max-width: 45%;
  margin: 0 auto;
  display: flex;
}
.gameShow .container .info p{
  margin: auto;
}
.gameShow .container p{
  padding: 15px;
}
.gameShow h1{
  text-align: center;
}
.gameShow img{
  width: 45%;
}
#content{
  padding-top: 64px;
}
#nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: var(--colorBacground2);
  box-shadow: 0px 0px 3px 1px;
  z-index: 86;
}
#bottom{
  height: 56px;
  background: var(--colorBacground2);
  box-shadow: 0px 0px 3px 1px;
}

#privacy{
  background: var(--colorBacground3);
  width: 80%;
  box-shadow: 0px 0px 3px 1px;
  margin: 30px auto;
}
#privacy h1{
  padding: 0.67em;
  margin: 0;
  text-align: center;
}
#privacy h2{
  padding: 0.37em;
  margin: 0;
}
#privacy h3{
  padding: 0.97em;
  margin: 0;
}
#privacy p{
  padding: 0.97em;
  margin: 0;
}

@media all and (max-width: 991px)
{
  #privacy{
    width: 100%;
    margin: 0;
  }
}
