body {
  background-color: rgb(102, 98, 98) !important;
  overflow-y: hidden;
}

.navbar-toggler-icon {
  background-color: white;
}

.nav-bar {
  flex: 1;
  display: flex;
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
}

.img {
  flex: 1;
  padding-left: 10px;
}

.name {
  flex: 1;
}

.gitBody {
  padding: 30px;
}

.container-div {
  display: flex;
  flex-direction: row;
}

.left-side {
  display: flex;
  flex: 1;
  height: 500px;
  align-items: center;
  justify-content: center;
}

.banner {
  background-color: rgb(39, 37, 37);
  height: 400px;
  flex: 1;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 20px;
}

.banner-min {
  background-color: rgb(39, 37, 37);
  opacity: 0.9;
  height: 100%;
  width: 250px;
  position: absolute;
  margin-top: -30px;
  margin-left: -50px;
}

.right-side {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}

.first-one {
  flex: 1;
  margin: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.second-one {
  flex: 2;
  margin: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.third-one {
  flex: 2;
  margin: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search {
  flex: 1;
  height: 50px;
  background-color: rgb(39, 37, 37);
  margin-right: 100px;
  margin-left: 100px;
  border-radius: 10px;
  color: gray;
  align-items: center;
  display: flex;
  padding-left: 20px;
  font-weight: bold;
}

.sub-one {
  flex: 1;
  background-color: rgb(39, 37, 37);
  margin-right: 15px;
  margin-left: 15px;
  height: 120px;
  border-radius: 10px;
}

.sub-two {
  flex: 1;
  background-color: rgb(39, 37, 37);
  margin-right: 15px;
  margin-left: 15px;
  height: 120px;
  border-radius: 10px;
}

.sub-three {
  flex: 1;
  background-color: rgb(39, 37, 37);
  margin-right: 15px;
  margin-left: 15px;
  height: 120px;
  border-radius: 10px;
}

.footer {
  flex: 1;
  background-color: rgb(39, 37, 37);
  margin-right: 15px;
  margin-left: 15px;
  height: 120px;
  border-radius: 10px;
}

@media (min-width: 600px) {
  .navbar-toggler,
  .navbar-toggler-icon {
    display: none;
  }
  .banner-left {
    display: none;
  }
}
@media (max-width: 600px) {
  .gitBody {
    .left-side {
      display: none;
    }
  }
  .name {
    flex: 1.8;
  }
  .search {
    flex: 1;
    height: 50px;
    background-color: rgb(39, 37, 37);
    margin-right: 50px;
    margin-left: 50px;
    border-radius: 10px;
    color: gray;
    align-items: center;
    display: flex;
    padding-left: 20px;
    font-weight: bold;
  }
}
