@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  overflow-x: hidden;
}

.game-play-section {
  margin-top: 100px;
}

#gameplay {
  background-image: linear-gradient(to right, #af180a, #d5ae00);

  font-size: 50px;
}

#gameplay p,
li,
h1,
h2,
h3 {
  font-family: "VT323", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h2,
h3 {
  color: white;
  font-size: 50px;
}

p {
  font-size: 20px !important;
  color: white;
}

.carousel-item img {
  border-radius: 10px;
}

.img-fluid {
  border: 3px solid #e74c3c;
  border-radius: 10px;
}

ul {
  list-style-type: square;
  padding-left: 20px;
}

.game-play-list li {
  margin-bottom: 10px;
  color: white;
  font-size: 20px;
}

.ifooter {
  background-color: #ad1608;
}

.active-link {
  font-weight: bold;
  color: yellow !important;
}


.ref:hover{
  
  background-color: rgb(0, 106, 255);
  border-radius: 3px;
  padding: 4px 5px;    
  border: 1px solid white;
}