body {
    background-color: #1b2838;
    overflow-x: hidden;
   
}
nav {
    width: 101%;
    height: 105px;
    background-color: #171d25;
  margin: -10px;
}

.navbar {
    width: 60%;
    margin: auto;
    margin-left: 20%;
    display: flex;
    gap: 290px;
}

#logo {
    width: 150px;
    height: fit-content;
    margin-top: 30px;
    pointer-events: none;
}

.buttons {
    display: flex;
    gap: 20px;
    font-size: x-large;
    align-self: center;
    margin-top: 15px;
}
#active-btn {
    color: #66c0f4;
}


.cont {
    display: grid;
    width: 1500px;
    margin: auto;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 200px;
    
}

main {
    width: 50%;
    margin: auto;
    margin-top: 20px;
}
aside {
    margin-top: 80px;

}

article {
    background-color: #16202d;
    width: 700px;
    padding: 10px;
    flex: auto;
   height: auto;
   padding-bottom: 55px;
}

h1, h2, h3, h4 {
    color: #66c0f4;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 100;
    margin-bottom: 10px;
}

p {
     font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 100;
    color: rgb(200, 213, 218);
}

#icon {
    width: 40px;
    height: 40px;
    border: solid #66c0f4 1px;
    float: left;
    background-image: url('https://i.ibb.co/jZxMzSLt/image.png');
    background-size: contain;
}
#text-field {
    background-color: #0d131b;
    width: 90%;
    height: fit-content;
    padding: 5px;
    align-self: flex-end;
    margin-left: 50px;
    border: inset 1px #0d131b;
    border-radius: 5px;
    font-size: small;
}

.examplebtn {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 15px;
  color: #cccccc  !important;
  padding: 7px 15px;
  border-radius: 7px;
  width: 35px;
  border: 1px outset #b4b0a4;
  background: #444d53;
  background: linear-gradient(to top, #444d53, #6d757c);
 float: right;
 margin-top: 10px;
}
.examplebtn:hover {

  background: #68757e;
  background: linear-gradient(to top, #68757e, #999da1);
}

.game {
background: linear-gradient(to bottom, #16202d 15%, #1c293a 100%);
box-shadow: #0d131bc4 0px 0px 3px 2px;
    width: 700px;
    height: fit-content;
    padding: 10px;
    margin-top: 30px;
   
  }

.game-cont {
 display: flex;

justify-content: inline;
}

   .cover {
    width: 280px;
   }

   .info {
    font-size: small;
    margin-left: 20px;
    margin-top: -18px;
   }

   a,
a:visited,
a:hover,
a:active {
  color: #66c0f4;
  text-decoration: none;
}
.review {
    font-size: small;
}
h3 {
    font-size: large;
    margin-bottom: 1px;
}