.topnav {
  background-color: #161b22;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
}

.topnav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.topnav  li {
  margin: 0 15px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.topnav a:hover {
  color: #31a2f7;
}

#logo {
  height: 10%;
}

#TwitchSignIn {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  background: rgb(140, 56, 246);
  border-width: 10px;
  border-color: rgb(140, 56, 246);
  border-style: solid;
  border-radius: 25px;
  outline: none;
}

.dropdown-content {
  display: none; /* Initially hidden */
  position: absolute;
  top: 100%; /* Position it below the Tokens text */
  right: 0;
  width: 700px;
  background-color: #161b22;
  z-index: 1;
  padding: 10px;
}

.dropdown-toggle:hover {
  cursor: pointer;
}

.dropdown-toggle:hover {
  color: #31a2f7; /* Change this to your desired hover color */
}

.info p {
  font-size: 16px;
  font-weight: normal;
  max-width: 100%; /* Adjust the value as needed */
  margin: 0 auto;   /* Centers the paragraph within its container */
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

#NavProfileButton {
  border-width: 0px;
  border-radius: 50%;
  background: none;
  align-self: center;
  display: block;
  margin: 0 auto;
}