body {
  margin: 0px;
  padding: 0px;
}
a {
  color: black;
  text-decoration: none;
}
#container-main {
  border-top: 1px solid rgb(228, 228, 228);
  border-bottom: 1px solid rgb(228, 228, 228);
  width: 100%;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.both_div {
  cursor: pointer;
}
#container-main > div {
  width: 25%;
  height: 100%;
}
.b1 {
  margin-top: 25px;
  height: 30px;
  width: 300px;
  display: flex;
  border-bottom: 2px solid rgb(250, 94, 120);
  display: flex;
  justify-content: space-between;
}
.b2 {
  display: flex;
  cursor: pointer;
}

.b31 {
  height: 50%;
  width: 50%;
  margin: auto;
  margin-top: 30px;
  font-size: 45px;
  display: flex;
  justify-content: space-between;
  color: rgb(150, 150, 150);
}
#container-nav {
  height: 35px;
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  justify-content: center;
  box-shadow: 1px 1px 2px gray;
  padding: 10px;
  font-weight: bold;
}
#container-nav > div {
  height: 80%;
  cursor: pointer;
  text-align: center;
  padding: 0.6%;
}
#container-nav > div:hover {
  border-bottom: 3px solid #e40980;
}

#category {
  cursor: pointer;
  height: 35px;
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  justify-content: center;
  padding: 10px;
  display: none;
}
#category > div:hover {
  border-bottom: 3px solid #e40980;
}
#view {
  height: 450px;
  width: 950px;
  margin: auto;
  display: flex;
  flex-direction: row;
  overflow-y: scroll;
  display: none;
}
#view > div {
  flex-basis: 100%;
  padding-left: 10px;
}
#view > div:nth-child(even) {
  background-color: rgb(233, 231, 231);
}
#profile_btn_11 {
  cursor: pointer;
}
#profile_div {
  width: 230px;
  height: 311px;
  position: absolute;
  z-index: 100;
  padding: 10px;
  margin-top: 55px;
  margin-left: -28px;
  background: white;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: none;
}
#profile_div > p {
  font-size: 17px;
  color: rgb(75, 77, 77);
}
#profile_div a {
  color: rgb(75, 77, 77);
}
#profile_div button {
  width: 100%;
  height: 35px;
  border: none;
  background-color: rgb(250, 83, 175);
  color: white;
  cursor: pointer;
}
