* {
  margin: 0px;
  padding: 0px;
}

body {
  width: 100%;
  background: #0f0d18;
}

.container {
  width: 1200px;
  height: 100vh;
  margin: auto;
}

.header {
  width: 100%;
  height: 50px;
  padding: 20px;
  background: #29324f;
  margin-bottom: 50px;
}
.header img {
  width: 90px;
  height: 90px;
  position: relative;
  top: -18px;
  left: 29%;
}
.header h1 {
  color: white;
  font-family: system-ui;
  text-align: center;
  position: relative;
  top: -184%;
}
.user_container {
  width: 901px;
  margin: auto;
}
.users_Card {
  width: 430px;
  height: 180px;
  background: #29324f;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 10px;
  float: left;
}
.users_profile_picture {
  width: 120px;
  height: 120px;
  float: left;
  padding: 15px;
}
.users_profile_picture img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.users_information {
  width: 429px;
  height: 150px;
}
.users_name {
  width: 100%;
  padding-bottom: 15px;
}
.users_name {
  color: white;
  font-family: system-ui;
  font-size: 18px;
  padding-top: 20px;
}
.users_followers_following_repo {
  width: 100%;
}
.users_followers_following_repo button {
  padding: 12px 11px;
  background: #0f0d18;
  border: none;
  outline: none;
  color: white;
  font-family: system-ui;
}
.users_followers_following_repo button:hover {
  background: #29324f;
}

.users_followers_following_repo_numbers {
  width: 100%;
}
.users_followers_following_repo_numbers h4 {
  display: inline;
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-size: 20px;
  text-align: center;
  padding-right: 30px;
  position: relative;
  top: 10px;
  left: 50px;
}

.user_followers_numbers {
  position: relative;
  left: 16px !important;
}
