html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: sans-serif;
    background: #75f50c;
    background: linear-gradient(45deg, #336600 0%, #003399 100%);
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

#idcontent {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  background: white;
  padding: 10px;
  border-radius: 10px;
  font-size: larger;
}

#idlogo {
  height: 150px;
}

#idjscode {
  margin-left: 20px;
  width: 600px;
  border: 2px solid #99cc66;
  padding: 10px;
  border-radius: 10px;
  font-size: smaller;
}

.gex-nav-link {
  color: #336600;
  font-weight: bold;
  font-size: larger;
}

.list-sep {
  margin-top: 12px;
}

#idcontent p {
  width: 60%;
}

#idcomingsoon {
  color: #ff8000;
  font-weight: bold;
  font-size: 72px;
  font-style: italic;
  padding: 10px;
  border: 4px solid #ff8000;
  border-radius: 10px;
}

.devnote {
  color: gray;
  font-weight: normal;
  font-size: smaller;
  font-style: italic;
  padding: 10px;
}

.gamecategory
{
  background-color: #d0f8d8;
  padding-left: 10px;
}
.gameimg {
    width: 99%;
    height: auto;
}
.gamename {
    font-weight: bold;
    font-size: larger;
    margin-left: 20px;
    padding-left: 20px;
    background-color: #f0f0f0;
}
.game-description {
    font-style: italic;
    color: gray;
}
.gameurl {
    font-weight: bold;
    color: #336600;
}
.gametable {
    width: 96%;
    margin-bottom: 20px;
    margin-left: 30px;
} 
.gameimgtd {
    vertical-align: top;
} 
.game-about {
  vertical-align: top;
  padding-left: 10px;
}
