@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@500&display=swap');
.coin {
position: absolute;
top: 330px;
left: 300px;
height: auto;
width: auto;
}

.box{
  position: absolute;
  margin-top: 250px;
  margin-left: 500px;
  line-height: .6;
  text-align: left;
  
  
}

.name {
  text-align: justify;
  position: relative;
  top: -190px;
  left: 275px;
  font-size: 70px;
  color: white;


}

.totalminers{
top: 200px;
left: 100px;
font-size: 25px;
color: white;

}

.poolminers{
  
  text-align: justify;
  top: -15px;
  left: 140px;
  font-size: 25px;
  color: white;
}

.poolhash{

text-align: justify;
top: -133px;
left: 510px;
font-size: 25px;
color: white;
}

.poolhashrate{
  position: relative;
  text-align: justify;
  top: -15px;
  left: 150px;
  font-size: 25px;
  color: white;
  }

  .networkhash{
  
  text-align: justify;
  top: -163px;
  left: 510px;
  font-size: 25px;
  color: white;
  }
  
  .networkhashrate{
  position: relative;
  text-align: justify;
  top: -15px;
  left: 195px;
  font-size: 25px;
  color: white;
  }

  .difficulty{
    
    text-align: justify;
    top: -200px;
    left: 510px;
    font-size: 25px;
    color: white;
    
  }


  .networkdifficulty{
    position:relative;
    text-align: justify;
    top: -15px;
    left: 200px;
    font-size: 25px;
    color:white;
  }

  .blocksfound{
    
    text-align: justify;
    top: -235px;
    left: 510px;
    font-size: 25px;
    color: white;
     }

.poolblocks{
  position:relative;
  text-align: justify;
    top: -15px;
    left: 200px;
    font-size: 25px;
    color:white;

}

.fee{
  
  text-align: justify;
  top: -260px;
  left: 510px;
  font-size: 25px;
  color: white;

}

.poolfeepercent{
  position:relative;
  text-align: justify;
    top: -15px;
    left: 95px;
    font-size: 25px;
    color:white;
}

.lastblocks{
position: absolute;
top: 595px;
Left: 150px;
font-size: 20px;
color: white;

}

.port{
font-size:25px;
color: white;


}

.charts{
position: relative;
width: 1000px;
height: 125px;
top: 165px;
left:875px;
font-size: 10px;
color: white;


}

.charts24hr{
    margin: 30px 0 30px;
    height: 285px; 
    padding-top: 30px;
    padding-left: 30px;
    

}

  .charttxt{
    position: relative;
    top: 1px;
    left: 1px;
    font-size: 25px;



  }


.dropbtn{
/*background-color: blue;
color: white;
padding: 12px;
font-size: 24px;
border: none;
border-radius: .5em;*/

 /* Core Pill Shape */
  border-radius: 999px;
  padding: 12px 24px;

  /* Aesthetics */
  background-color: blue;
  color: white;
  font-size: 16px;
  font-weight: 600;
  /*transition: background-color 0.2s ease;*/

  
}

.dropdown{
position: relative;
display: inline-block;
color:white;
}

.dropdown-content{
display: none;
position: absolute;
background-color: inherit;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgb(0,0,0,0.2);
z-index: 1;
border-radius: .5em;
}

.dropdown-content a:hover {background-color: blue;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: blue;}

.dropdown-content a {
color:white;
padding: 12px 16px;
text-decoration: none;
display: block;
border-radius: .5em;
}

iframe{
  position: relative;
  border:none;
  height: 305px;
  width: 1100px;
  top: 200px;
  left:850px;
  font-size: 10px;
  color: white;
  }


table {
  position: relative;
  top: 1px;
  right:100px;
  table-layout: auto;
  width: 100%;
}

thead th:nth-child(1) {
  width: 5%;
}

thead th:nth-child(2) {
  width: 1.2%;
}

thead th:nth-child(3) {
  width: .1%;
}

thead th:nth-child(4) {
  width: .1%;
}

thead th:nth-child(5) {
  width: .1%;
}

thead th:nth-child(6) {
  width: .1%;
}

thead th:nth-child(7) {
  width: .15%;
}

thead th:nth-child(8) {
  width: .26%;
}

th,
td {
  padding: 10px;
}

