body {
  background-color: #f5f5f5;
}
body main {
  width: 420px;
  height: 640px;
  margin: 50px auto;
  background-color: #fff;
  padding: 0 15px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
body main .top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  width: 100%;
}
body main .top .proflie {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
body main .top .proflie .photo {
  border-radius: 50%;
  background-color: #aaa;
  width: 20px;
  height: 20px;
}
body main .photo {
  height: 460px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(https://plus.unsplash.com/premium_photo-1677343210638-5d3ce6ddbf85?q=80&w=688&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  margin-bottom: 10px;
}
body main .container {
  width: 100%;
}
body main .container .menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
body main .container .menu .left {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
body main .container .menu .left a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
body main .container .menu .left a img {
  width: 20px;
  height: 20px;
}
body main .container .contents {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  gap: 3px;
}
body main .container .contents a {
  color: #aaa;
}

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