body {
  justify-content: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.head {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: sticky;
  top: 0;
}

.head h1 {
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.body {
  flex-direction: column;
  align-items: center;
  padding-top: 2%;
  display: flex;
}

.search {
  background-color: #fff;
  border: .5px solid gray;
  border-radius: 2ch;
}

input {
  background: none;
  border: none;
  border-radius: 10px;
  outline: none;
  width: 15vw;
  height: 40px;
  padding-left: 20px;
}

button {
  color: #fff;
  background-color: #000;
  border-radius: 2ch;
  width: 8rem;
  height: 40px;
}

.allcard {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.main {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.profile {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2ch;
  width: 20rem;
  margin: 20px;
  transition: all .3s;
  display: flex;
}

.profile2 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2ch;
  flex-direction: column;
  align-items: center;
  width: 30%;
  margin-top: 30px;
  padding: 30px;
  transition: all .6s;
  display: flex;
}

.detail2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.follow p {
  margin-right: 10px;
}

.detail2 h2 {
  margin: 0;
}

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

.img1 {
  border: 1px solid #000;
  border-radius: 10px;
  margin: 5px 20px 5px 5px;
}

.img2 {
  border: 1px solid #000;
  border-radius: 50%;
  margin: 5px 20px 5px 5px;
}

.detail2 a {
  margin-top: 8px;
  text-decoration: none;
}

.profile:hover {
  color: #fff;
  transform: scale(1.05);
  box-shadow: inset -320px 0 #6b6bf0;
}

.profile2:hover {
  color: #fff;
  transform: scale(1.05);
  box-shadow: inset 0 -100vh #030303;
}

.repos a {
  color: #fff;
  background-color: #000;
  border-radius: 2ch;
  margin: 5px;
  padding: 8px;
}

.repos {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.profile2:hover .repos a {
  color: #000;
  background-color: #fff;
}
/*# sourceMappingURL=day9.3a01df49.css.map */
