body{
    background: black;
    padding: 0px;
    margin: 0px;
}

.header_img{
    width: 40px;
    display: flex;
    float: left;
    padding-left: 5px;
    padding-top: 5;
    margin-right: 5;
}

.header{

    background-color: rgb(0, 0, 0);
    height: 50px;
    margin-bottom: 0px;
  
  }
  
.header_title{
    display: flex;
      font-family: 'Poppins', sans-serif;
      color: rgb(194, 217, 255);
      margin-left: 50px;
      padding-top: 10px;
  }
  
.container{
    background: rgb(150, 150, 226);
    background: rgb(25, 4, 130);
    padding: 30px;

}

.container .games_heading{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
    color: white;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 3);
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.container .box_container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 3fr));
    gap: 50px
}

.game_img{
    width: 150px;
    border-radius: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .8);
}

.container .box_container .box{
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .8);
    border-radius: 30px;
    background: rgb(119, 82, 254);
    text-align: center;
    padding: 30px 20px;
}

.game_details{
    text-align: center;
    margin-top: 20px;
  
  }
  
  .game_details_txt{
    display: inline-block;
    padding: 10px 10px;
    font-family: 'Poppins', sans-serif;
    background-color:rgba(0, 0, 0, 0.466);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .8);
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 15px;
    font-weight: bolder;
    
  }

.apps_heading{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
    color: white;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 3);
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: 50px;
}

footer{
    background-color: rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
    margin-left: 0;
    padding: 0;
    padding-bottom: 10px;
    height: 450px;
    width: 100%;
    border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  }
  
  .follow_us{
    margin-left: 50px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding-top: 1px;
  
  }
  
  .social_links{
    padding-top: 0.5px;
    font-family: 'Poppins', sans-serif;
    display: flex;
  }
  
  .social_img{
    width: 30px;
    margin-left: 10px;
    background-color:rgb(0, 0, 0);
    margin-bottom: 20px;
  }
  
  .privacy_policy{
    color: #ffffff;
    text-decoration:underline;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
  
  
  }
  
  .contact_us{
    padding-top: 5px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    margin-left: 50px;
  }
  
  .contact_font{
    color: #ffffff;
    text-decoration:underline;
    font-family: 'Poppins', sans-serif;
  
  
  }
  
  @media screen and (max-width: 400px) {
    .follow_us{
      margin-left: 10px;
    }
    .contact_us{
      margin-left: 10px;
    }
  
  
  }
  .cyberxlaboratories_copyright{
    bottom: 0;
    color: white;
    font-size: 10px;
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
    margin-top: 35px;
  
  
  }
  
  
