html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0; }

body {
  line-height: 1.5;
  font-family: "poppins", sans-serif;
  background-color: #ffd603;
  color: #000;
  font-size: 16px;
  font-weight: 400; }
  @media (max-width: 1199.98px) {
    body {
      font-size: 15px; } }
  @media (max-width: 575.98px) {
    body {
      font-size: 15px;
      line-height: 1.6; } }

      .gaming-bg{
        background-image: url(images/background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position:center;
        width: 100%;
        height: 100%;
        padding: 40px 0px;
      }
      .gaming-buttons{
        margin-top:40px;
      }
      .gaming-card{
        text-align: center;
      }
.gaming-card img{
    width:140px;
}
.coin-logo img{
  width:186px;
}
.logo-gaming img{
  width: 100%;
}
.gaimg-advetisment{
  margin-top:18px;
}
.hover_image img{
  width: 140px;
    }
@media (max-width: 575.98px) {
  .gaming-bg{
    height:700px;
  }
  .coin-logo img{
    width:120px;
  }
  .gaming-card img{
    width:100%;
}
.hover_image img{
  width:100%;
}
  }
  .home-back-button img{ 
    width: 110px;
    float: right;
    margin-top:20px;
  }


  .hover_image:hover {text-decoration: none;}
  .hide {display:none;
    width:140px;
  }
  /* Do the shift: */
  .hover_image:hover img:first-child{display:none}
  .hover_image:hover img:last-child{display:inline-block}
/* ................................................................... */

.hover_image-second img{
  width: 110px;
    }
  .hover_image-second:hover {text-decoration: none;}
  .hide-second {display:none;
    width:140px;
  }
  /* Do the shift: */
  .hover_image-second:hover img:first-child{display:none}
  .hover_image-second:hover img:last-child{display:inline-block}