#soz{
  color: red;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.button {
  border: black;
  color: white;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: auto;
  cursor: pointer;
  position: relative;
  width: 10%;
  height: 5%;
}
.button1 {background-color: #4CAF50; /* Green */}
.button2 {background-color: #008CBA; /* Blue */}
.button3 {background-color: #f44336; /* Red */}
.button4 {background-color: #e7e7e7; color: black;} /* Gray */ 
.button5 {background-color: #555555;} /* Black */
.button6 {background-color: purple; /* Red */}

.bodyclass {
  background-color:black;
}

.top {
    border: 2px groove;
    font-family:  Righteous, Arial, sans-serif;;
    border-radius: 5px;
    background-color: #f8f8f2;
    color: #040403;
    text-align: center;
    font-size: 63px;
    
}

.inputTop {
    border: 2px groove;
    font-family:  Righteous, Arial, sans-serif;;
    border-radius: 5px;
    background-color: #f8f8f2;
    color: #040403;
    text-align: center;
    font-size: 42px;
    
}

#but {
  margin: auto;
  width: 50%;
}

#buttab, table, th, td {
  margin: auto;
  width: 50%;
  font-size: 33px;
  text-align: center;
  color: gray;
  border-collapse: separate;
  float: middle;
  background-color: lightblue;
}

#listusr,table, th, td {
  margin: auto;
  width: 50%;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  color: black;
  border-color: #abdbe3;
  border-style: solid;
  border-width: 4px;
  border-collapse: collapse;
  float: middle;
  background-color: #eeeee4;
}


  .Option{
    font-size: 20px;
  }
  .Headd{
    font-size: 33px;
  }
  .Sel{
    font-size: 25px;
  }

  .online{
    background-color: #4CAF50;
    color: white;
  }

    .offline{
    background-color: #f44336;
    color: white;
  }

#stattab {
  margin: auto;
  width: 50%;
  border: 1px solid black;
  text-align: center;
  
}

#selecthelp {
  color: black;
  font-family:  Righteous, Arial, sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 250%;
}
