body {
  background-color: #f5f5f5;
  width: 100vh;
  height: 90vh;
  margin: 0 auto;
}
body #whole_wrap {
  position: relative;
  width: 420px;
  height: 640px;
  margin: 80px auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
body #whole_wrap #top {
  padding: 10px 0;
  width: 100%;
  line-height: 35px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #fff;
}
body #whole_wrap #top .top_menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
}
body #whole_wrap #top .top_menu > img {
  width: 40px;
  height: 40px;
}
body #whole_wrap #top #view_more {
  padding-right: 10px;
}
body #whole_wrap #image {
  width: 100%;
}
body #whole_wrap #image > #photo {
  background-image: url(https://i.pinimg.com/736x/f7/d0/e0/f7d0e07552168575b9fe37c8d8c63624.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 550px;
}
body #whole_wrap #posting {
  width: 100%;
  background-color: #fff;
  padding: 10px 10px;
}
body #whole_wrap #posting #posting_menu {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  justify-content: space-between;
}
body #whole_wrap #posting #posting_menu #icons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
body #whole_wrap #posting #posting_menu #icons #like > img {
  width: 24px;
  height: 24px;
}
body #whole_wrap #posting #posting_menu #icons #comment > img {
  width: 24px;
  height: 24px;
}
body #whole_wrap #posting #posting_menu #icons #message > img {
  width: 24px;
  height: 24px;
}
body #whole_wrap #posting #posting_menu .scrape {
  font-weight: 500;
}
body #whole_wrap #posting #posting_info {
  padding-top: 10px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  gap: 5px;
}
body #whole_wrap #posting #posting_info > .like_data {
  font-weight: 500;
}
body #whole_wrap #posting #posting_info > .username_data {
  font-weight: 500;
}
body #whole_wrap #posting #posting_info > .comment_data {
  font-size: 0.875rem;
  color: #ddd;
  font-weight: 500;
}
body #whole_wrap #posting #posting_info > .day_data {
  font-size: 0.875rem;
  font-weight: 500;
}

/*# sourceMappingURL=main.css.map */
