body {
  background-color: #0a192f;
  color: white;
}
i {
  margin: 0 5px;
}
.repocarditem {
  margin: 0.2em 0;
  background-color: #172a46;
  color: white;
  font-size: 1.5rem;
  height: auto;
  border-radius: 5px;
}

.repotitle {
  text-decoration: none;
  color: #51c8b3;
  line-height: 2;
  font-family: monospace;
  display: flex;
  align-items: center;
  min-width: 350px;
  flex-wrap: wrap;
  overflow-wrap: anywhere;
}
.repotitle:hover{
  color: aquamarine;
}
.btn {
  color: white;
  font-size: 1.2rem;
}

.btn:hover {
  color: #51c8b3;
}
.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.repocard {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.usernameform {
  margin: 1em 0;
}
.userdetails{
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.useravatar{
  height: 2rem;
  border-radius: 50%;
  margin-right: 10px;
}