* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
}
#nov,
#dec {
  padding: 0;
}
.heading {
  margin: 40px 0 50px 0;
  text-align: center;
  font-size: 70px;
  color: #3d4d6a;
}
.define {
  text-align: center;
  width: 80%;
  margin: auto;
  margin-bottom: 70px;
  font-size: 19px;
}
.toggles {
  display: flex;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  justify-content: center;
}
.selected {
  background: #3d4d6a !important;
  transform: scaleY(1.1);
}
.toggles div {
  background-color: rgb(0, 217, 255);
  color: white;
  padding: 5px 10px;
  border-radius: 7px;
  margin: 10px;
  width: 50%;
  text-align: center;
  letter-spacing: 5px;
  font-size: 25px;
  cursor: pointer;
  transition: 0.5s all ease;
}
button {
  cursor: pointer;
}
.gaming {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  margin: 50px;
  margin-top: 0;
  background: #37517e;
  border-radius: 40px;
}
img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gamingcontent {
  color: white;
  text-align: center;
}
.gamingheading {
  color: rgb(0, 217, 255);
  font-size: 30px;
  text-transform: capitalize;
}
.date {
  font-style: italic;
  margin-left: 20px;
  color: ivory;
  font-size: 20px;
  font-weight: 300;
}
.subheading {
  font-size: 25px;
  text-transform: capitalize;
  color: rgb(0, 217, 255);
  font-weight: 600;
}
.subheading span {
  color: rgb(255, 51, 92);
}
.watch {
  display: inline-block;
  margin-top: 20px;
  background: rgb(0, 217, 255);
  text-decoration: none;
  color: white;
  padding: 7px;
  border-radius: 10px;
  border: none 2px white;
  transition: 0.5s all ease;
}
.watch:hover {
  background: white;
  color: #37517e;
}
@media (max-width: 550px) {
  .toggles div {
    font-size: 20px;
    letter-spacing: 0;
    margin: 5px;
  }
  .gaming {
    flex-wrap: wrap;
    padding: 15px;
    margin: 30px;
  }
  .gamingheading {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .gamingcontent {
    margin: 0;
    text-align: center;
  }
  .date {
    display: block;
    margin: 0;
  }
  .subheading {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .description {
    font-size: 15px;
  }
  .heading {
    text-align: center;
    font-size: 50px;
  }
  .gamingimg {
    width: 100%;
  }
  img {
    margin-bottom: 20px;
  }
}
