body {
  background-color: #f5f5f5;
}
body main {
  width: 420px;
  height: 640px;
  margin: 50px auto;
  background-color: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
}
body main .top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 15px;
}
body main .top .profile {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
body main .top .profile .photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url(https://plus.unsplash.com/premium_photo-1664368832311-7fe635e32c7c?q=80&w=687&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}
body main .top .profile .name {
  font-size: 0.9rem;
}
body main .top .more {
  font-size: 0.9rem;
}
body main .photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 460px;
  background-image: url(https://images.unsplash.com/photo-1533105079780-92b9be482077?q=80&w=687&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}
body main .container .menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 15px;
}
body main .container .menu .left {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
body main .container .menu .left a {
  width: 24px;
  height: 24px;
}
body main .container .menu .left a img {
  width: 100%;
  height: max-content;
}
body main .container .menu .scrap {
  font-size: 0.9rem;
}
body main .container .contents {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  gap: 7px;
  padding: 0 15px;
}
body main .container .contents > * {
  font-size: 0.875rem;
}
body main .container .contents .comments {
  color: #aaa;
}

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