.navbar-brand:hover, .navbar-brand:focus {
    color: #0099ff  !important;
}
.navbar-brand {
  color:  #fff!important; 
  
}
.navbar-custom{
    background-color: black;
}
.page-footer{
  position: bottom;  
  background-color: black;
  color:grey;
}
.footer {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: black;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
  padding-top: 10rem;
}
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
#oye{
  color: rgb(255, 255, 255);
  font-weight: 900;
  text-decoration: none;
  font-family: 'Sacramento', cursive;
}
#oye:hover, #oye:focus{
  color: #0099ff;
}
.body1{
  background-color: white;
  position: relative;
}

.card-header{
  font-size: x-large;
  font-weight: 500;
}
.custom-container{
  padding-top: 20px;
  background-color: white;
}
.text-gplay{
  color: black;
  font-weight: 500;
}
.text-gplay:hover{
  color:rgb(55, 172, 55);
  text-decoration: none;
}
.gplay{
  color: white;
}
.gplay:hover{
  color:rgb(0, 255, 0);
  text-decoration: none;
}
.rensite{
  color: white;
}
.rensite:hover{
  color:#0099ff;
  text-decoration: none;
}
#wlogo{
  display: inline-block;
}
.social-ic{
  color: white;
}