button {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  padding: 5px 10px;
  /* Adjust padding as needed */
  text-decoration: none;
  /* Remove underline for links */
  cursor: pointer
}

#nameoflist {
  text-align: center;

}

ul {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

li {
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-indent: 0 !important;

}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  /* Optional: Add underline on hover if desired */
}

a:visited {
  color: white;
}

.container {

  text-align: left;
  width: 500px;

}

.half {

  align-self: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid rgb(255, 255, 255);
}



.Runs {
  float: right;
  cursor: pointer;
}


.hidden {
  display: none;
}



body {


  background-color: #000000;
  padding: 0px;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  color: aliceblue;
  font-size: 16px;
}



#gradient {
  width: 100%;
  min-height: 100vh;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}