.page {
  float: left;
  display: block;
  color: #333;
  width: 50%; 
  margin: 15px 0;
}
.page:hover {
  color: #333;
}
.page .top{
  width: 80%;
  margin: auto;
}
.pages .top .cover {
  overflow: hidden;
}
.pages .top .cover img {
  height: auto;
  min-height: 300px;
  width: 100%;
  object-fit: cover;
}
.page .top .title{
  font-size: 18px;
  font-weight: 500;
  margin: 15px;
  text-align: left;
  line-height: 24px;
}
.page .bottom{
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.page .bottom .avatar {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.page .bottom .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #CCC;
}
.page .bottom .user {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.page .bottom .name {
  font-size: 14px;
}
.page .bottom .user .timetramp {
  font-size: 12px;
  color: #CCC;
}
/*# sourceMappingURL=pages.css.map */