body {
  background-color: #0d1117;
  font-family: Arial, sans-serif;
}

#noauth {
  text-align: center;
  color: red;
}

/* body :not(#notloggedin-popup) { */
/* opacity: 13%; */
/* } */

h1 {
  color: white;
  text-align: center;
  margin-bottom: 10px;
}

div {
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type="text"] {
  color: white;
  background-color: #040505;
  border: #221c1c 1px solid;
  height: 43px;
  width: 200px;
  border-radius: 8px 0 0 8px;
  padding: 10px;
  margin-right: -1px;
}

#btn-edit-repo {
  background-color: #0d1117;
  border: 1px solid #221c1c;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}

#ico-edit-repo {
  font-size: 17px;
  color: white;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid black;
}

#notloggedin-popup {
  height: 300px;
  background-color: #1d1c1c;
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.hidden {
  display: none;
}

#repos-list {
  text-align: center;
}

button {
  color: white;
  background-color: #333;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
}

p {
  color: white;
  text-align: center;
}

i {
  text-align: center;
  color: white;
}

h4 {
  color: white;
  text-align: center;
  font-style: italic;
  text-decoration: none;
}

h3,
b {
  text-align: center;
  color: white;
}
