.navbargood {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFFFFF;
    padding: 20px;
    width: 100%;
    border-radius: 1px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #FFFFFF;
}

a {
    box-shadow: inset 0 0 0 0 #54b3d6;
    color: #54b3d6;
    margin: 0 -.25rem;
    padding: 0 .25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
  }
  .navbargood .nav-links:hover {
    box-shadow: inset 120px 0 0 0 #54b3d6;
    text-decoration: none; /* Remove the underline */
    color: white;
  }


.nav-links {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-radius: 20px;
    padding: px;
}

.info {
  display: flex;
  justify-content: flex-end;
  align-items: center;

  padding: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.info .totalminer {
  margin-right: 10px;
  padding-right: 10px;
  font-weight: bold;
  border-radius: 10px;
  
}

.info .aantalcoins {
  font-weight: bold;
}

.nav-link{
  font-weight: bold;
}

.coinmarketcapinfo{

  background-color: #FFFFFF;
}
.main{
  background-color: #94a3b8;
}

#footer{
  background-image: linear-gradient(to left, #ef4444,#f97316);
  color: #fff;
}
.footer-img{
  width: 100%;
}
.footer-box{
  padding: 20px;
}

.footer-box img{
  width: 120px;
  margin-bottom: 20px;
}


#banner{
  background-image: linear-gradient(to left, #ef4444,#f97316);
  color: #fff;
  padding: top 5%;
}

.promo-title{
font-size: 40px;
font-weight: 600;
margin-top: 100px;
}
.bottom-img{
width: 100%;
}

#pools{
  background-color: #FFFFFF;
}