body {
  background-color: #0d1117;
  padding-top: 60px;
  font-family: Arial, Helvetica, sans-serif;
  align-items: center;
}

html {
  overflow-y: scroll;
}

img {
  height: 100%; 
}

.table_container {
  display: flex;
  gap: 20px;
}

.button_container {
  display: flex;
  gap: 10px;
}

.kuso_clash_registration_form {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 800px; /* Set a fixed width */

}

.kuso_clash_registration_form form {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  outline-style: solid;
  outline-width: 1px;
  outline-color: #2e333a;
  background-color: #161b22;
}

.kuso_clash_registration_form .table_header {
  font-weight: bold;
  font-size: x-large;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-sizing: border-box;
  outline-style: solid;
  outline-width: 1px;
  outline-color: #2e333a;
  background-color: #2e333a;
}

.kuso_clash_registration_form .table_body {
  padding: 10px;
  text-align: left;
}

.kuso_clash_registration_form p {
  text-align: left;
}

.text_link {
  font-size: medium;
}

.center_this {
  text-align: center;
}

.tourney_game {
  width: 100%;  /* Make the image stretch to fit the container width */
  height: auto; /* Maintain aspect ratio */
  object-fit: contain; /* Ensures the image maintains aspect ratio while fitting within the box */
}

.kuso_clash_registration_form label {
  font-weight: bold;
}

.kuso_clash_registration_form input[type="text"] {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  border: none;
  margin: 10px 0;
  background-color: #0d1117;
  outline-style: solid;
  outline-width: 1px;
  outline-color: #2e333a;
  color: #fff;
}

.kuso_clash_registration_form button {
  padding: 10px;
  border-radius: 4px;
  border: none;
  width: 250px;
  background-color: #161b22;
  outline-style: solid;
  outline-width: 1px;
  outline-color: #2e333a;
  color: #fff;
  cursor: pointer;
}

.kuso_clash_registration_form button:disabled{
  padding: 10px;
  border-radius: 4px;
  border: none;
  width: 250px;
  background-color: #161b22;
  outline-style: solid;
  outline-width: 1px;
  outline-color: #2e333a;
  color: #777777;
  cursor: pointer;
}
.kuso_clash_registration_form button:disabled:hover{
  padding: 10px;
  border-radius: 4px;
  border: none;
  width: 250px;
  background-color: #161b22;
  outline-style: solid;
  outline-width: 1px;
  outline-color: #2e333a;
  color: #777777;
  cursor: pointer;
}

.kuso_clash_registration_form button:hover {
  background-color: #262b32;
  outline-color: #2e333a;
}

#submit_button {
  padding: 10px;
  border-radius: 4px;
  border: none;
  margin: 10px 0;
  width: 100%;
  background-color: #31a2f7;
  color: #fff;
  cursor: pointer;
}

#submit_button:hover {
  background-color: #31a2f7;
}

.kuso_clash_registration_form #game_title_fields {
  align-self: left;
}

.kuso_clash_registration_form #button_container {
  flex-direction: row;
}

.kuso_clash_registration_form #error {
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 10px;
}

#TwitchSignInButton {
  padding: 0;
  border: none;
  background: none;
  width: auto;
  outline: none;
  font-weight: bold;
  font-size: 16px;
  color: rgb(140, 56, 246)
}

a:hover {
  color: #31a2f7;
}